Html Css Color HEX #F09808 Gamboge

📋 copy color: '#F09808'

red 240 ◦ green 152 ◦ blue 8

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

Shades of Gamboge #F09808

Tints of Gamboge #F09808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 60%
G = 38%
B = 2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F09808 (or 0xF09808) is known color: Gamboge. HEX triplet: F0, 98 and 08. RGB value is (240,152,8). Sum of RGB (Red+Green+Blue) = 240+152+8=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F09808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09808 is #0F67F7. Grayscale: #A2A2A2. Windows color (decimal): -1009656 or 563440. OLE color: 563440.

HSL color Cylindrical-coordinate representation of color #F09808: hue angle of 37.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F09808 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 152 8 -
CMYK 0 0.37 0.97 0.06
HSL 37.24º 0.94% 0.49% -
HSV(B) 37.24º 0.97% 0.94% -
XYZ 47.21 41 5.66 -
YUV 161.9 41.15 183.71 -
System Red Green Blue C M Y K H S L
Decimal 240 152 8 0 0.37 0.97 0.06 37.24 0.94 0.49
Hex F0 98 8 0 25 61 6 25 5E 31
Octal 360 230 10 0 45 141 6 45 136 61
Binary 11110000 10011000 1000 0 100101 1100001 110 100101 1011110 110001

Color Harmonies of #F09808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09808

Black with #F09808

Text Example


Text Example

White with #F09808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09808; }

 p { color: rgb(240,152,8); }

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

background-color css

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

 a { background-color: rgb(240,152,8); }

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

border-color css

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

 span { border-color: rgb(240,152,8); }

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