Html Css Color HEX #FDA420 Dark Tangerine

📋 copy color: '#FDA420'

red 253 ◦ green 164 ◦ blue 32

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

Shades of Dark Tangerine #FDA420

Tints of Dark Tangerine #FDA420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 56.35%
G = 36.53%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA420 (or 0xFDA420) is known color: Dark Tangerine. HEX triplet: FD, A4 and 20. RGB value is (253,164,32). Sum of RGB (Red+Green+Blue) = 253+164+32=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA420 is #025BDF. Grayscale: #B0B0B0. Windows color (decimal): -154592 or 2139389. OLE color: 2139389.

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

Color convert

RGB 253 164 32 -
CMYK 0 0.35 0.87 0.01
HSL 35.84º 0.98% 0.56% -
HSV(B) 35.84º 0.87% 0.99% -
XYZ 54.04 47.54 7.69 -
YUV 175.56 46.99 183.23 -
System Red Green Blue C M Y K H S L
Decimal 253 164 32 0 0.35 0.87 0.01 35.84 0.98 0.56
Hex FD A4 20 0 23 57 1 24 62 38
Octal 375 244 40 0 43 127 1 44 142 70
Binary 11111101 10100100 100000 0 100011 1010111 1 100100 1100010 111000

Color Harmonies of #FDA420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA420

Black with #FDA420

Text Example


Text Example

White with #FDA420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA420; }

 p { color: rgb(253,164,32); }

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

background-color css

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

 a { background-color: rgb(253,164,32); }

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

border-color css

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

 span { border-color: rgb(253,164,32); }

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