Html Css Color HEX #FFA21F Dark Tangerine

📋 copy color: '#FFA21F'

red 255 ◦ green 162 ◦ blue 31

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

Shades of Dark Tangerine #FFA21F

Tints of Dark Tangerine #FFA21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.92%

R = 56.92%
G = 36.16%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFA21F (or 0xFFA21F) is known color: Dark Tangerine. HEX triplet: FF, A2 and 1F. RGB value is (255,162,31). Sum of RGB (Red+Green+Blue) = 255+162+31=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA21F is #005DE0. Grayscale: #AFAFAF. Windows color (decimal): -24033 or 2073343. OLE color: 2073343.

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

Color convert

RGB 255 162 31 -
CMYK 0 0.36 0.88 0
HSL 35.09º 1% 0.56% -
HSV(B) 35.09º 0.88% 1% -
XYZ 54.41 47.2 7.54 -
YUV 174.87 46.81 185.15 -
System Red Green Blue C M Y K H S L
Decimal 255 162 31 0 0.36 0.88 0 35.09 1 0.56
Hex FF A2 1F 0 24 58 0 23 64 38
Octal 377 242 37 0 44 130 0 43 144 70
Binary 11111111 10100010 11111 0 100100 1011000 0 100011 1100100 111000

Color Harmonies of #FFA21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA21F

Black with #FFA21F

Text Example


Text Example

White with #FFA21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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