Html Css Color HEX #FAA210 Dark Tangerine

📋 copy color: '#FAA210'

red 250 ◦ green 162 ◦ blue 16

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

Shades of Dark Tangerine #FAA210

Tints of Dark Tangerine #FAA210

RGB

 RED value IS 250 (98.05% from 255) = 58.41%

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

 BLUE value IS 16 (6.64% from 255) = 3.74%

R = 58.41%
G = 37.85%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA210 (or 0xFAA210) is known color: Dark Tangerine. HEX triplet: FA, A2 and 10. RGB value is (250,162,16). Sum of RGB (Red+Green+Blue) = 250+162+16=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA210 is #055DEF. Grayscale: #ACACAC. Windows color (decimal): -351728 or 1090298. OLE color: 1090298.

HSL color Cylindrical-coordinate representation of color #FAA210: hue angle of 37.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAA210 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 162 16 -
CMYK 0 0.35 0.94 0.02
HSL 37.44º 0.96% 0.52% -
HSV(B) 37.44º 0.94% 0.98% -
XYZ 52.44 46.2 6.64 -
YUV 171.67 40.15 183.87 -
System Red Green Blue C M Y K H S L
Decimal 250 162 16 0 0.35 0.94 0.02 37.44 0.96 0.52
Hex FA A2 10 0 23 5E 2 25 60 34
Octal 372 242 20 0 43 136 2 45 140 64
Binary 11111010 10100010 10000 0 100011 1011110 10 100101 1100000 110100

Color Harmonies of #FAA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA210

Black with #FAA210

Text Example


Text Example

White with #FAA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA210; }

 p { color: rgb(250,162,16); }

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

background-color css

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

 a { background-color: rgb(250,162,16); }

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

border-color css

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

 span { border-color: rgb(250,162,16); }

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