Html Css Color HEX #F0A019 Gamboge

📋 copy color: '#F0A019'

red 240 ◦ green 160 ◦ blue 25

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

Shades of Gamboge #F0A019

Tints of Gamboge #F0A019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 56.47%
G = 37.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0A019 (or 0xF0A019) is known color: Gamboge. HEX triplet: F0, A0 and 19. RGB value is (240,160,25). Sum of RGB (Red+Green+Blue) = 240+160+25=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A019 is #0F5FE6. Grayscale: #A9A9A9. Windows color (decimal): -1007591 or 1679600. OLE color: 1679600.

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

Color convert

RGB 240 160 25 -
CMYK 0 0.33 0.90 0.06
HSL 37.67º 0.88% 0.52% -
HSV(B) 37.67º 0.9% 0.94% -
XYZ 48.68 43.74 6.8 -
YUV 168.53 47 178.98 -
System Red Green Blue C M Y K H S L
Decimal 240 160 25 0 0.33 0.90 0.06 37.67 0.88 0.52
Hex F0 A0 19 0 21 5A 6 26 58 34
Octal 360 240 31 0 41 132 6 46 130 64
Binary 11110000 10100000 11001 0 100001 1011010 110 100110 1011000 110100

Color Harmonies of #F0A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A019

Black with #F0A019

Text Example


Text Example

White with #F0A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A019; }

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

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

background-color css

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

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

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

border-color css

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

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

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