Html Css Color HEX #F09608 Gamboge

📋 copy color: '#F09608'

red 240 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #F09608

Tints of Gamboge #F09608

RGB

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

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

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

R = 60.3%
G = 37.69%
B = 2.01%

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

#F09608 (or 0xF09608) is known color: Gamboge. HEX triplet: F0, 96 and 08. RGB value is (240,150,8). Sum of RGB (Red+Green+Blue) = 240+150+8=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F09608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09608 is #0F69F7. Grayscale: #A1A1A1. Windows color (decimal): -1010168 or 562928. OLE color: 562928.

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

Color convert

RGB 240 150 8 -
CMYK 0 0.37 0.97 0.06
HSL 36.72º 0.94% 0.49% -
HSV(B) 36.72º 0.97% 0.94% -
XYZ 46.89 40.36 5.55 -
YUV 160.72 41.82 184.55 -
System Red Green Blue C M Y K H S L
Decimal 240 150 8 0 0.37 0.97 0.06 36.72 0.94 0.49
Hex F0 96 8 0 25 61 6 25 5E 31
Octal 360 226 10 0 45 141 6 45 136 61
Binary 11110000 10010110 1000 0 100101 1100001 110 100101 1011110 110001

Color Harmonies of #F09608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09608

Black with #F09608

Text Example


Text Example

White with #F09608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09608; }

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

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

background-color css

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

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

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

border-color css

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

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

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