Html Css Color HEX #F09612 Gamboge

📋 copy color: '#F09612'

red 240 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #F09612

Tints of Gamboge #F09612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 58.82%
G = 36.76%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09612 (or 0xF09612) is known color: Gamboge. HEX triplet: F0, 96 and 12. RGB value is (240,150,18). Sum of RGB (Red+Green+Blue) = 240+150+18=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F09612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09612 is #0F69ED. Grayscale: #A2A2A2. Windows color (decimal): -1010158 or 1218288. OLE color: 1218288.

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

Color convert

RGB 240 150 18 -
CMYK 0 0.37 0.92 0.06
HSL 35.68º 0.88% 0.51% -
HSV(B) 35.68º 0.93% 0.94% -
XYZ 46.95 40.38 5.89 -
YUV 161.86 46.82 183.73 -
System Red Green Blue C M Y K H S L
Decimal 240 150 18 0 0.37 0.92 0.06 35.68 0.88 0.51
Hex F0 96 12 0 25 5C 6 24 58 33
Octal 360 226 22 0 45 134 6 44 130 63
Binary 11110000 10010110 10010 0 100101 1011100 110 100100 1011000 110011

Color Harmonies of #F09612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09612

Black with #F09612

Text Example


Text Example

White with #F09612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09612; }

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

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

background-color css

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

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

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

border-color css

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

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

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