Html Css Color HEX #F09B09 Gamboge

📋 copy color: '#F09B09'

red 240 ◦ green 155 ◦ blue 9

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

Shades of Gamboge #F09B09

Tints of Gamboge #F09B09

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 59.41%
G = 38.37%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F09B09 (or 0xF09B09) is known color: Gamboge. HEX triplet: F0, 9B and 09. RGB value is (240,155,9). Sum of RGB (Red+Green+Blue) = 240+155+9=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09B09 is #0F64F6. Grayscale: #A4A4A4. Windows color (decimal): -1008887 or 629744. OLE color: 629744.

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

Color convert

RGB 240 155 9 -
CMYK 0 0.35 0.96 0.06
HSL 37.92º 0.93% 0.49% -
HSV(B) 37.92º 0.96% 0.94% -
XYZ 47.71 41.99 5.85 -
YUV 163.77 40.66 182.37 -
System Red Green Blue C M Y K H S L
Decimal 240 155 9 0 0.35 0.96 0.06 37.92 0.93 0.49
Hex F0 9B 9 0 23 60 6 26 5D 31
Octal 360 233 11 0 43 140 6 46 135 61
Binary 11110000 10011011 1001 0 100011 1100000 110 100110 1011101 110001

Color Harmonies of #F09B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B09

Black with #F09B09

Text Example


Text Example

White with #F09B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B09; }

 p { color: rgb(240,155,9); }

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

background-color css

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

 a { background-color: rgb(240,155,9); }

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

border-color css

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

 span { border-color: rgb(240,155,9); }

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