Html Css Color HEX #FDA120 Dark Tangerine

📋 copy color: '#FDA120'

red 253 ◦ green 161 ◦ blue 32

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

Shades of Dark Tangerine #FDA120

Tints of Dark Tangerine #FDA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

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

R = 56.73%
G = 36.1%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA120 (or 0xFDA120) is known color: Dark Tangerine. HEX triplet: FD, A1 and 20. RGB value is (253,161,32). Sum of RGB (Red+Green+Blue) = 253+161+32=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA120 is #025EDF. Grayscale: #AEAEAE. Windows color (decimal): -155360 or 2138621. OLE color: 2138621.

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

Color convert

RGB 253 161 32 -
CMYK 0 0.36 0.87 0.01
HSL 35.02º 0.98% 0.56% -
HSV(B) 35.02º 0.87% 0.99% -
XYZ 53.51 46.48 7.52 -
YUV 173.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 253 161 32 0 0.36 0.87 0.01 35.02 0.98 0.56
Hex FD A1 20 0 24 57 1 23 62 38
Octal 375 241 40 0 44 127 1 43 142 70
Binary 11111101 10100001 100000 0 100100 1010111 1 100011 1100010 111000

Color Harmonies of #FDA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA120

Black with #FDA120

Text Example


Text Example

White with #FDA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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