Html Css Color HEX #FAA211 Dark Tangerine

📋 copy color: '#FAA211'

red 250 ◦ green 162 ◦ blue 17

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

Shades of Dark Tangerine #FAA211

Tints of Dark Tangerine #FAA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 58.28%
G = 37.76%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA211 (or 0xFAA211) is known color: Dark Tangerine. HEX triplet: FA, A2 and 11. RGB value is (250,162,17). Sum of RGB (Red+Green+Blue) = 250+162+17=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA211 is #055DEE. Grayscale: #ACACAC. Windows color (decimal): -351727 or 1155834. OLE color: 1155834.

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

Color convert

RGB 250 162 17 -
CMYK 0 0.35 0.93 0.02
HSL 37.34º 0.96% 0.52% -
HSV(B) 37.34º 0.93% 0.98% -
XYZ 52.45 46.21 6.68 -
YUV 171.78 40.65 183.79 -
System Red Green Blue C M Y K H S L
Decimal 250 162 17 0 0.35 0.93 0.02 37.34 0.96 0.52
Hex FA A2 11 0 23 5D 2 25 60 34
Octal 372 242 21 0 43 135 2 45 140 64
Binary 11111010 10100010 10001 0 100011 1011101 10 100101 1100000 110100

Color Harmonies of #FAA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA211

Black with #FAA211

Text Example


Text Example

White with #FAA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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