Html Css Color HEX #F09210 Gamboge

📋 copy color: '#F09210'

red 240 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #F09210

Tints of Gamboge #F09210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 59.7%
G = 36.32%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F09210 (or 0xF09210) is known color: Gamboge. HEX triplet: F0, 92 and 10. RGB value is (240,146,16). Sum of RGB (Red+Green+Blue) = 240+146+16=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F09210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09210 is #0F6DEF. Grayscale: #9F9F9F. Windows color (decimal): -1011184 or 1086192. OLE color: 1086192.

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

Color convert

RGB 240 146 16 -
CMYK 0 0.39 0.93 0.06
HSL 34.82º 0.88% 0.5% -
HSV(B) 34.82º 0.93% 0.94% -
XYZ 46.31 39.12 5.6 -
YUV 159.29 47.14 185.57 -
System Red Green Blue C M Y K H S L
Decimal 240 146 16 0 0.39 0.93 0.06 34.82 0.88 0.5
Hex F0 92 10 0 27 5D 6 23 58 32
Octal 360 222 20 0 47 135 6 43 130 62
Binary 11110000 10010010 10000 0 100111 1011101 110 100011 1011000 110010

Color Harmonies of #F09210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09210

Black with #F09210

Text Example


Text Example

White with #F09210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09210; }

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

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

background-color css

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

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

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

border-color css

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

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

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