Html Css Color HEX #F09312 Carrot Orange

📋 copy color: '#F09312'

red 240 ◦ green 147 ◦ blue 18

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

Shades of Carrot Orange #F09312

Tints of Carrot Orange #F09312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 59.26%
G = 36.3%
B = 4.44%

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

#F09312 (or 0xF09312) is known color: Carrot Orange. HEX triplet: F0, 93 and 12. RGB value is (240,147,18). Sum of RGB (Red+Green+Blue) = 240+147+18=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09312 is #0F6CED. Grayscale: #A0A0A0. Windows color (decimal): -1010926 or 1217520. OLE color: 1217520.

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

Color convert

RGB 240 147 18 -
CMYK 0 0.39 0.92 0.06
HSL 34.86º 0.88% 0.51% -
HSV(B) 34.86º 0.93% 0.94% -
XYZ 46.48 39.44 5.73 -
YUV 160.1 47.81 184.99 -
System Red Green Blue C M Y K H S L
Decimal 240 147 18 0 0.39 0.92 0.06 34.86 0.88 0.51
Hex F0 93 12 0 27 5C 6 23 58 33
Octal 360 223 22 0 47 134 6 43 130 63
Binary 11110000 10010011 10010 0 100111 1011100 110 100011 1011000 110011

Color Harmonies of #F09312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09312

Black with #F09312

Text Example


Text Example

White with #F09312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09312; }

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

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

background-color css

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

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

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

border-color css

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

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

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