Html Css Color HEX #F09110 Gamboge

📋 copy color: '#F09110'

red 240 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #F09110

Tints of Gamboge #F09110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 59.85%
G = 36.16%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F09110 (or 0xF09110) is known color: Gamboge. HEX triplet: F0, 91 and 10. RGB value is (240,145,16). Sum of RGB (Red+Green+Blue) = 240+145+16=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F09110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09110 is #0F6EEF. Grayscale: #9F9F9F. Windows color (decimal): -1011440 or 1085936. OLE color: 1085936.

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

Color convert

RGB 240 145 16 -
CMYK 0 0.40 0.93 0.06
HSL 34.55º 0.88% 0.5% -
HSV(B) 34.55º 0.93% 0.94% -
XYZ 46.15 38.81 5.55 -
YUV 158.7 47.47 185.99 -
System Red Green Blue C M Y K H S L
Decimal 240 145 16 0 0.40 0.93 0.06 34.55 0.88 0.5
Hex F0 91 10 0 28 5D 6 23 58 32
Octal 360 221 20 0 50 135 6 43 130 62
Binary 11110000 10010001 10000 0 101000 1011101 110 100011 1011000 110010

Color Harmonies of #F09110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09110

Black with #F09110

Text Example


Text Example

White with #F09110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09110; }

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

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

background-color css

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

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

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

border-color css

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

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

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