Html Css Color HEX #FDA21E Dark Tangerine

📋 copy color: '#FDA21E'

red 253 ◦ green 162 ◦ blue 30

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

Shades of Dark Tangerine #FDA21E

Tints of Dark Tangerine #FDA21E

RGB

 RED value IS 253 (99.22% from 255) = 56.85%

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

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 56.85%
G = 36.4%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDA21E (or 0xFDA21E) is known color: Dark Tangerine. HEX triplet: FD, A2 and 1E. RGB value is (253,162,30). Sum of RGB (Red+Green+Blue) = 253+162+30=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA21E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA21E is #025DE1. Grayscale: #AEAEAE. Windows color (decimal): -155106 or 2007805. OLE color: 2007805.

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

Color convert

RGB 253 162 30 -
CMYK 0 0.36 0.88 0.01
HSL 35.52º 0.98% 0.55% -
HSV(B) 35.52º 0.88% 0.99% -
XYZ 53.66 46.82 7.44 -
YUV 174.16 46.65 184.23 -
System Red Green Blue C M Y K H S L
Decimal 253 162 30 0 0.36 0.88 0.01 35.52 0.98 0.55
Hex FD A2 1E 0 24 58 1 24 62 37
Octal 375 242 36 0 44 130 1 44 142 67
Binary 11111101 10100010 11110 0 100100 1011000 1 100100 1100010 110111

Color Harmonies of #FDA21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA21E

Black with #FDA21E

Text Example


Text Example

White with #FDA21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA21E; }

 p { color: rgb(253,162,30); }

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

background-color css

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

 a { background-color: rgb(253,162,30); }

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

border-color css

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

 span { border-color: rgb(253,162,30); }

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