Html Css Color HEX #F0A21A Gamboge

📋 copy color: '#F0A21A'

red 240 ◦ green 162 ◦ blue 26

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

Shades of Gamboge #F0A21A

Tints of Gamboge #F0A21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.07%

R = 56.07%
G = 37.85%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A21A (or 0xF0A21A) is known color: Gamboge. HEX triplet: F0, A2 and 1A. RGB value is (240,162,26). Sum of RGB (Red+Green+Blue) = 240+162+26=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A21A is #0F5DE5. Grayscale: #AAAAAA. Windows color (decimal): -1007078 or 1745648. OLE color: 1745648.

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

Color convert

RGB 240 162 26 -
CMYK 0 0.32 0.89 0.06
HSL 38.13º 0.88% 0.52% -
HSV(B) 38.13º 0.89% 0.94% -
XYZ 49.04 44.44 6.97 -
YUV 169.82 46.84 178.06 -
System Red Green Blue C M Y K H S L
Decimal 240 162 26 0 0.32 0.89 0.06 38.13 0.88 0.52
Hex F0 A2 1A 0 20 59 6 26 58 34
Octal 360 242 32 0 40 131 6 46 130 64
Binary 11110000 10100010 11010 0 100000 1011001 110 100110 1011000 110100

Color Harmonies of #F0A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A21A

Black with #F0A21A

Text Example


Text Example

White with #F0A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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