Html Css Color HEX #F0A111 Gamboge

📋 copy color: '#F0A111'

red 240 ◦ green 161 ◦ blue 17

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

Shades of Gamboge #F0A111

Tints of Gamboge #F0A111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.52%

 BLUE value IS 17 (7.03% from 255) = 4.07%

R = 57.42%
G = 38.52%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0A111 (or 0xF0A111) is known color: Gamboge. HEX triplet: F0, A1 and 11. RGB value is (240,161,17). Sum of RGB (Red+Green+Blue) = 240+161+17=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A111 is #0F5EEE. Grayscale: #A8A8A8. Windows color (decimal): -1007343 or 1155568. OLE color: 1155568.

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

Color convert

RGB 240 161 17 -
CMYK 0 0.33 0.93 0.06
HSL 38.74º 0.88% 0.5% -
HSV(B) 38.74º 0.93% 0.94% -
XYZ 48.78 44.06 6.46 -
YUV 168.21 42.67 179.21 -
System Red Green Blue C M Y K H S L
Decimal 240 161 17 0 0.33 0.93 0.06 38.74 0.88 0.5
Hex F0 A1 11 0 21 5D 6 27 58 32
Octal 360 241 21 0 41 135 6 47 130 62
Binary 11110000 10100001 10001 0 100001 1011101 110 100111 1011000 110010

Color Harmonies of #F0A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A111

Black with #F0A111

Text Example


Text Example

White with #F0A111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A111; }

 p { color: rgb(240,161,17); }

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

background-color css

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

 a { background-color: rgb(240,161,17); }

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

border-color css

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

 span { border-color: rgb(240,161,17); }

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