Html Css Color HEX #F09314 Carrot Orange

📋 copy color: '#F09314'

red 240 ◦ green 147 ◦ blue 20

#F09314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F09314

Tints of Carrot Orange #F09314

RGB

 RED value IS 240 (94.14% from 255) = 58.97%

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 58.97%
G = 36.12%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F09314 (or 0xF09314) is known color: Carrot Orange. HEX triplet: F0, 93 and 14. RGB value is (240,147,20). Sum of RGB (Red+Green+Blue) = 240+147+20=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F09314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09314 is #0F6CEB. Grayscale: #A0A0A0. Windows color (decimal): -1010924 or 1348592. OLE color: 1348592.

HSL color Cylindrical-coordinate representation of color #F09314: hue angle of 34.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F09314 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 20 -
CMYK 0 0.39 0.92 0.06
HSL 34.64º 0.88% 0.51% -
HSV(B) 34.64º 0.92% 0.94% -
XYZ 46.5 39.44 5.82 -
YUV 160.33 48.81 184.83 -
System Red Green Blue C M Y K H S L
Decimal 240 147 20 0 0.39 0.92 0.06 34.64 0.88 0.51
Hex F0 93 14 0 27 5C 6 23 58 33
Octal 360 223 24 0 47 134 6 43 130 63
Binary 11110000 10010011 10100 0 100111 1011100 110 100011 1011000 110011

Color Harmonies of #F09314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09314

Black with #F09314

Text Example


Text Example

White with #F09314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09314; }

 p { color: rgb(240,147,20); }

 H1.HeaderClassName
 {
   color: #F09314;
 }
 .AnyTagClassName
 {
   color: #F09314;
 }
</style>

background-color css

<style>
 a { background-color: #F09314; }

 a { background-color: rgb(240,147,20); }

 div.DivClassName
 {
   background-color: #F09314;
 }
 .BgClassName
 {
   background-color: #F09314;
 }
</style>

border-color css

<style>
 span { border-color: #F09314; }

 span { border-color: rgb(240,147,20); }

 td.TdClassName
 {
   border-color: #F09314;
 }
 .TagClassName
 {
   border-color: #F09314;
 }
</style>