Html Css Color HEX #F0A215 Gamboge

📋 copy color: '#F0A215'

red 240 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #F0A215

Tints of Gamboge #F0A215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 56.74%
G = 38.3%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0A215 (or 0xF0A215) is known color: Gamboge. HEX triplet: F0, A2 and 15. RGB value is (240,162,21). Sum of RGB (Red+Green+Blue) = 240+162+21=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A215 is #0F5DEA. Grayscale: #A9A9A9. Windows color (decimal): -1007083 or 1417968. OLE color: 1417968.

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

Color convert

RGB 240 162 21 -
CMYK 0 0.32 0.91 0.06
HSL 38.63º 0.88% 0.51% -
HSV(B) 38.63º 0.91% 0.94% -
XYZ 48.99 44.42 6.7 -
YUV 169.25 44.34 178.46 -
System Red Green Blue C M Y K H S L
Decimal 240 162 21 0 0.32 0.91 0.06 38.63 0.88 0.51
Hex F0 A2 15 0 20 5B 6 27 58 33
Octal 360 242 25 0 40 133 6 47 130 63
Binary 11110000 10100010 10101 0 100000 1011011 110 100111 1011000 110011

Color Harmonies of #F0A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A215

Black with #F0A215

Text Example


Text Example

White with #F0A215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A215; }

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

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

background-color css

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

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

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

border-color css

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

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

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