Html Css Color HEX #F09F12 Gamboge

📋 copy color: '#F09F12'

red 240 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #F09F12

Tints of Gamboge #F09F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 57.55%
G = 38.13%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09F12 (or 0xF09F12) is known color: Gamboge. HEX triplet: F0, 9F and 12. RGB value is (240,159,18). Sum of RGB (Red+Green+Blue) = 240+159+18=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F12 is #0F60ED. Grayscale: #A7A7A7. Windows color (decimal): -1007854 or 1220592. OLE color: 1220592.

HSL color Cylindrical-coordinate representation of color #F09F12: hue angle of 38.11º 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 #F09F12 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 18 -
CMYK 0 0.34 0.92 0.06
HSL 38.11º 0.88% 0.51% -
HSV(B) 38.11º 0.93% 0.94% -
XYZ 48.44 43.37 6.39 -
YUV 167.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 240 159 18 0 0.34 0.92 0.06 38.11 0.88 0.51
Hex F0 9F 12 0 22 5C 6 26 58 33
Octal 360 237 22 0 42 134 6 46 130 63
Binary 11110000 10011111 10010 0 100010 1011100 110 100110 1011000 110011

Color Harmonies of #F09F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F12

Black with #F09F12

Text Example


Text Example

White with #F09F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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