Html Css Color HEX #FFA218 Dark Tangerine

📋 copy color: '#FFA218'

red 255 ◦ green 162 ◦ blue 24

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

Shades of Dark Tangerine #FFA218

Tints of Dark Tangerine #FFA218

RGB

 RED value IS 255 (100% from 255) = 57.82%

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

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

R = 57.82%
G = 36.73%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA218 (or 0xFFA218) is known color: Dark Tangerine. HEX triplet: FF, A2 and 18. RGB value is (255,162,24). Sum of RGB (Red+Green+Blue) = 255+162+24=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA218 is #005DE7. Grayscale: #AEAEAE. Windows color (decimal): -24040 or 1614591. OLE color: 1614591.

HSL color Cylindrical-coordinate representation of color #FFA218: hue angle of 35.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA218 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 162 24 -
CMYK 0 0.36 0.91 0
HSL 35.84º 1% 0.55% -
HSV(B) 35.84º 0.91% 1% -
XYZ 54.33 47.17 7.1 -
YUV 174.08 43.31 185.72 -
System Red Green Blue C M Y K H S L
Decimal 255 162 24 0 0.36 0.91 0 35.84 1 0.55
Hex FF A2 18 0 24 5B 0 24 64 37
Octal 377 242 30 0 44 133 0 44 144 67
Binary 11111111 10100010 11000 0 100100 1011011 0 100100 1100100 110111

Color Harmonies of #FFA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA218

Black with #FFA218

Text Example


Text Example

White with #FFA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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