Html Css Color HEX #F0A40E Gamboge

📋 copy color: '#F0A40E'

red 240 ◦ green 164 ◦ blue 14

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

Shades of Gamboge #F0A40E

Tints of Gamboge #F0A40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 57.42%
G = 39.23%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0A40E (or 0xF0A40E) is known color: Gamboge. HEX triplet: F0, A4 and 0E. RGB value is (240,164,14). Sum of RGB (Red+Green+Blue) = 240+164+14=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A40E is #0F5BF1. Grayscale: #AAAAAA. Windows color (decimal): -1006578 or 959728. OLE color: 959728.

HSL color Cylindrical-coordinate representation of color #F0A40E: hue angle of 39.82º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0A40E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 14 -
CMYK 0 0.32 0.94 0.06
HSL 39.82º 0.89% 0.5% -
HSV(B) 39.82º 0.94% 0.94% -
XYZ 49.29 45.11 6.52 -
YUV 169.62 40.18 178.2 -
System Red Green Blue C M Y K H S L
Decimal 240 164 14 0 0.32 0.94 0.06 39.82 0.89 0.5
Hex F0 A4 E 0 20 5E 6 28 59 32
Octal 360 244 16 0 40 136 6 50 131 62
Binary 11110000 10100100 1110 0 100000 1011110 110 101000 1011001 110010

Color Harmonies of #F0A40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A40E

Black with #F0A40E

Text Example


Text Example

White with #F0A40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A40E; }

 p { color: rgb(240,164,14); }

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

background-color css

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

 a { background-color: rgb(240,164,14); }

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

border-color css

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

 span { border-color: rgb(240,164,14); }

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