Html Css Color HEX #F09C10 Gamboge

📋 copy color: '#F09C10'

red 240 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #F09C10

Tints of Gamboge #F09C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 58.25%
G = 37.86%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F09C10 (or 0xF09C10) is known color: Gamboge. HEX triplet: F0, 9C and 10. RGB value is (240,156,16). Sum of RGB (Red+Green+Blue) = 240+156+16=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C10 is #0F63EF. Grayscale: #A5A5A5. Windows color (decimal): -1008624 or 1088752. OLE color: 1088752.

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

Color convert

RGB 240 156 16 -
CMYK 0 0.35 0.93 0.06
HSL 37.5º 0.88% 0.5% -
HSV(B) 37.5º 0.93% 0.94% -
XYZ 47.92 42.34 6.14 -
YUV 165.16 43.83 181.38 -
System Red Green Blue C M Y K H S L
Decimal 240 156 16 0 0.35 0.93 0.06 37.5 0.88 0.5
Hex F0 9C 10 0 23 5D 6 26 58 32
Octal 360 234 20 0 43 135 6 46 130 62
Binary 11110000 10011100 10000 0 100011 1011101 110 100110 1011000 110010

Color Harmonies of #F09C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C10

Black with #F09C10

Text Example


Text Example

White with #F09C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C10; }

 p { color: rgb(240,156,16); }

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

background-color css

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

 a { background-color: rgb(240,156,16); }

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

border-color css

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

 span { border-color: rgb(240,156,16); }

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