Html Css Color HEX #FDA520 Dark Tangerine

📋 copy color: '#FDA520'

red 253 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #FDA520

Tints of Dark Tangerine #FDA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 56.22%
G = 36.67%
B = 7.11%

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

#FDA520 (or 0xFDA520) is known color: Dark Tangerine. HEX triplet: FD, A5 and 20. RGB value is (253,165,32). Sum of RGB (Red+Green+Blue) = 253+165+32=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA520 is #025ADF. Grayscale: #B0B0B0. Windows color (decimal): -154336 or 2139645. OLE color: 2139645.

HSL color Cylindrical-coordinate representation of color #FDA520: hue angle of 36.11º 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 #FDA520 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 165 32 -
CMYK 0 0.35 0.87 0.01
HSL 36.11º 0.98% 0.56% -
HSV(B) 36.11º 0.87% 0.99% -
XYZ 54.22 47.9 7.75 -
YUV 176.15 46.65 182.81 -
System Red Green Blue C M Y K H S L
Decimal 253 165 32 0 0.35 0.87 0.01 36.11 0.98 0.56
Hex FD A5 20 0 23 57 1 24 62 38
Octal 375 245 40 0 43 127 1 44 142 70
Binary 11111101 10100101 100000 0 100011 1010111 1 100100 1100010 111000

Color Harmonies of #FDA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA520

Black with #FDA520

Text Example


Text Example

White with #FDA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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