Html Css Color HEX #F0A018 Gamboge

📋 copy color: '#F0A018'

red 240 ◦ green 160 ◦ blue 24

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

Shades of Gamboge #F0A018

Tints of Gamboge #F0A018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 56.6%
G = 37.74%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F0A018 (or 0xF0A018) is known color: Gamboge. HEX triplet: F0, A0 and 18. RGB value is (240,160,24). Sum of RGB (Red+Green+Blue) = 240+160+24=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A018 is #0F5FE7. Grayscale: #A9A9A9. Windows color (decimal): -1007592 or 1614064. OLE color: 1614064.

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

Color convert

RGB 240 160 24 -
CMYK 0 0.33 0.9 0.06
HSL 37.78º 0.88% 0.52% -
HSV(B) 37.78º 0.9% 0.94% -
XYZ 48.67 43.73 6.74 -
YUV 168.42 46.5 179.06 -
System Red Green Blue C M Y K H S L
Decimal 240 160 24 0 0.33 0.9 0.06 37.78 0.88 0.52
Hex F0 A0 18 0 21 5A 6 26 58 34
Octal 360 240 30 0 41 132 6 46 130 64
Binary 11110000 10100000 11000 0 100001 1011010 110 100110 1011000 110100

Color Harmonies of #F0A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A018

Black with #F0A018

Text Example


Text Example

White with #F0A018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A018; }

 p { color: rgb(240,160,24); }

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

background-color css

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

 a { background-color: rgb(240,160,24); }

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

border-color css

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

 span { border-color: rgb(240,160,24); }

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