Html Css Color HEX #F0A20D Gamboge

📋 copy color: '#F0A20D'

red 240 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #F0A20D

Tints of Gamboge #F0A20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 57.83%
G = 39.04%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A20D (or 0xF0A20D) is known color: Gamboge. HEX triplet: F0, A2 and 0D. RGB value is (240,162,13). Sum of RGB (Red+Green+Blue) = 240+162+13=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A20D is #0F5DF2. Grayscale: #A9A9A9. Windows color (decimal): -1007091 or 893680. OLE color: 893680.

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

Color convert

RGB 240 162 13 -
CMYK 0 0.32 0.95 0.06
HSL 39.38º 0.9% 0.5% -
HSV(B) 39.38º 0.95% 0.94% -
XYZ 48.93 44.39 6.37 -
YUV 168.34 40.34 179.12 -
System Red Green Blue C M Y K H S L
Decimal 240 162 13 0 0.32 0.95 0.06 39.38 0.9 0.5
Hex F0 A2 D 0 20 5F 6 27 5A 32
Octal 360 242 15 0 40 137 6 47 132 62
Binary 11110000 10100010 1101 0 100000 1011111 110 100111 1011010 110010

Color Harmonies of #F0A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A20D

Black with #F0A20D

Text Example


Text Example

White with #F0A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A20D; }

 p { color: rgb(240,162,13); }

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

background-color css

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

 a { background-color: rgb(240,162,13); }

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

border-color css

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

 span { border-color: rgb(240,162,13); }

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