Html Css Color HEX #F0A20C Gamboge

📋 copy color: '#F0A20C'

red 240 ◦ green 162 ◦ blue 12

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

Shades of Gamboge #F0A20C

Tints of Gamboge #F0A20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 57.97%
G = 39.13%
B = 2.9%

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

#F0A20C (or 0xF0A20C) is known color: Gamboge. HEX triplet: F0, A2 and 0C. RGB value is (240,162,12). Sum of RGB (Red+Green+Blue) = 240+162+12=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A20C is #0F5DF3. Grayscale: #A8A8A8. Windows color (decimal): -1007092 or 828144. OLE color: 828144.

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

Color convert

RGB 240 162 12 -
CMYK 0 0.32 0.95 0.06
HSL 39.47º 0.9% 0.49% -
HSV(B) 39.47º 0.95% 0.94% -
XYZ 48.92 44.39 6.34 -
YUV 168.22 39.84 179.2 -
System Red Green Blue C M Y K H S L
Decimal 240 162 12 0 0.32 0.95 0.06 39.47 0.9 0.49
Hex F0 A2 C 0 20 5F 6 27 5A 31
Octal 360 242 14 0 40 137 6 47 132 61
Binary 11110000 10100010 1100 0 100000 1011111 110 100111 1011010 110001

Color Harmonies of #F0A20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A20C

Black with #F0A20C

Text Example


Text Example

White with #F0A20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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