Html Css Color HEX #FAA218 Dark Tangerine

📋 copy color: '#FAA218'

red 250 ◦ green 162 ◦ blue 24

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

Shades of Dark Tangerine #FAA218

Tints of Dark Tangerine #FAA218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 57.34%
G = 37.16%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA218 (or 0xFAA218) is known color: Dark Tangerine. HEX triplet: FA, A2 and 18. RGB value is (250,162,24). Sum of RGB (Red+Green+Blue) = 250+162+24=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA218 is #055DE7. Grayscale: #ADADAD. Windows color (decimal): -351720 or 1614586. OLE color: 1614586.

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

Color convert

RGB 250 162 24 -
CMYK 0 0.35 0.90 0.02
HSL 36.64º 0.96% 0.54% -
HSV(B) 36.64º 0.9% 0.98% -
XYZ 52.51 46.23 7.02 -
YUV 172.58 44.15 183.22 -
System Red Green Blue C M Y K H S L
Decimal 250 162 24 0 0.35 0.90 0.02 36.64 0.96 0.54
Hex FA A2 18 0 23 5A 2 25 60 36
Octal 372 242 30 0 43 132 2 45 140 66
Binary 11111010 10100010 11000 0 100011 1011010 10 100101 1100000 110110

Color Harmonies of #FAA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA218

Black with #FAA218

Text Example


Text Example

White with #FAA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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