Html Css Color HEX #F0A212 Gamboge

📋 copy color: '#F0A212'

red 240 ◦ green 162 ◦ blue 18

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

Shades of Gamboge #F0A212

Tints of Gamboge #F0A212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.29%

R = 57.14%
G = 38.57%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0A212 (or 0xF0A212) is known color: Gamboge. HEX triplet: F0, A2 and 12. RGB value is (240,162,18). Sum of RGB (Red+Green+Blue) = 240+162+18=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A212 is #0F5DED. Grayscale: #A9A9A9. Windows color (decimal): -1007086 or 1221360. OLE color: 1221360.

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

Color convert

RGB 240 162 18 -
CMYK 0 0.32 0.92 0.06
HSL 38.92º 0.88% 0.51% -
HSV(B) 38.92º 0.93% 0.94% -
XYZ 48.96 44.41 6.56 -
YUV 168.91 42.84 178.71 -
System Red Green Blue C M Y K H S L
Decimal 240 162 18 0 0.32 0.92 0.06 38.92 0.88 0.51
Hex F0 A2 12 0 20 5C 6 27 58 33
Octal 360 242 22 0 40 134 6 47 130 63
Binary 11110000 10100010 10010 0 100000 1011100 110 100111 1011000 110011

Color Harmonies of #F0A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A212

Black with #F0A212

Text Example


Text Example

White with #F0A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A212; }

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

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

background-color css

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

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

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

border-color css

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

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

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