Color Hex Logo

#f3b00e Color Hex

#F3B00E
(243,176,14)
1 Favorites   0 Comments

Color spaces of #f3b00e

RGB 24317614
HSL0.120.910.50
HSV42°94°95°
CMYK 0.000.280.94   0.05
XYZ52.566750.13717.3223
Yxy50.13710.47780.4557
Hunter Lab70.80768.603143.4340
CIE-Lab76.153313.206377.5535

#f3b00e color RGB value is (243,176,14).

#f3b00e hex color red value is 243, green value is 176 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f3b00e hue: 0.12 , saturation: 0.91 and the lightness value of f3b00e is 0.50.

The process color (four color CMYK) of #f3b00e color hex is 0.00, 0.28, 0.94, 0.05. Web safe color of #f3b00e is #ff9900. Color #f3b00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10110000 00001110
Octal 363 260 16
Decimal 243 176 14
Hex F3 B0 E

RGB Percentages of Color #f3b00e

%56.12
%40.65
%3.23

CMYK Percentages of Color #f3b00e

%0
%28
%94
%5

Triadic Colors of #f3b00e

#f3b00e #0ef3b0 #b00ef3

Analogous Colors of #f3b00e

#f3b00e #c4f30e #f33e0e

Monochromatic Colors of #f3b00e

#f3b00e

Complementary Color

#f3b00e #0e51f3

#f3b00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3b00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3b00e Color CSS Codes

.mybgcolor {background-color:#f3b00e; } 
.myforecolor {color:#f3b00e; }
.mybordercolor {border:3px solid #f3b00e; }

#f3b00e Text Font Color

<p style="color:#f3b00e">Text here</p>

This sample text font color is #f3b00e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f3b00e Background Color

<div style="background-color:#f3b00e">
Div content here</div>

This div background color is #f3b00e


#f3b00e Border Color

<div style="border:3px solid #f3b00e">
Div here</div>

This div border color is #f3b00e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,176,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3b00e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3b00e;
  -webkit-box-shadow: 1px 1px 3px 2px #f3b00e;
  box-shadow:         1px 1px 3px 2px #f3b00e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,176,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f3b00e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f3b00e;
  -webkit-box-shadow: 1px 1px 3px 2px #f3b00e;
  box-shadow:         1px 1px 3px 2px #f3b00e;">
Div content here</div>

This div box has shadow with color #f3b00e

Related Colors


Comments

No comments written yet.

Please login to write comment.