Html Css Color HEX #FFA21C Dark Tangerine

📋 copy color: '#FFA21C'

red 255 ◦ green 162 ◦ blue 28

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

Shades of Dark Tangerine #FFA21C

Tints of Dark Tangerine #FFA21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 57.3%
G = 36.4%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFA21C (or 0xFFA21C) is known color: Dark Tangerine. HEX triplet: FF, A2 and 1C. RGB value is (255,162,28). Sum of RGB (Red+Green+Blue) = 255+162+28=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA21C is #005DE3. Grayscale: #AFAFAF. Windows color (decimal): -24036 or 1876735. OLE color: 1876735.

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

Color convert

RGB 255 162 28 -
CMYK 0 0.36 0.89 0
HSL 35.42º 1% 0.55% -
HSV(B) 35.42º 0.89% 1% -
XYZ 54.37 47.18 7.34 -
YUV 174.53 45.31 185.4 -
System Red Green Blue C M Y K H S L
Decimal 255 162 28 0 0.36 0.89 0 35.42 1 0.55
Hex FF A2 1C 0 24 59 0 23 64 37
Octal 377 242 34 0 44 131 0 43 144 67
Binary 11111111 10100010 11100 0 100100 1011001 0 100011 1100100 110111

Color Harmonies of #FFA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA21C

Black with #FFA21C

Text Example


Text Example

White with #FFA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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