Html Css Color HEX #FDA211 Dark Tangerine

📋 copy color: '#FDA211'

red 253 ◦ green 162 ◦ blue 17

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

Shades of Dark Tangerine #FDA211

Tints of Dark Tangerine #FDA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 58.56%
G = 37.5%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA211 (or 0xFDA211) is known color: Dark Tangerine. HEX triplet: FD, A2 and 11. RGB value is (253,162,17). Sum of RGB (Red+Green+Blue) = 253+162+17=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA211 is #025DEE. Grayscale: #ADADAD. Windows color (decimal): -155119 or 1155837. OLE color: 1155837.

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

Color convert

RGB 253 162 17 -
CMYK 0 0.36 0.93 0.01
HSL 36.86º 0.98% 0.53% -
HSV(B) 36.86º 0.93% 0.99% -
XYZ 53.53 46.76 6.74 -
YUV 172.68 40.15 185.29 -
System Red Green Blue C M Y K H S L
Decimal 253 162 17 0 0.36 0.93 0.01 36.86 0.98 0.53
Hex FD A2 11 0 24 5D 1 25 62 35
Octal 375 242 21 0 44 135 1 45 142 65
Binary 11111101 10100010 10001 0 100100 1011101 1 100101 1100010 110101

Color Harmonies of #FDA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA211

Black with #FDA211

Text Example


Text Example

White with #FDA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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