Html Css Color HEX #FD5220 Outrageous Orange

📋 copy color: '#FD5220'

red 253 ◦ green 82 ◦ blue 32

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

Shades of Outrageous Orange #FD5220

Tints of Outrageous Orange #FD5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

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

R = 68.94%
G = 22.34%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD5220 (or 0xFD5220) is known color: Outrageous Orange. HEX triplet: FD, 52 and 20. RGB value is (253,82,32). Sum of RGB (Red+Green+Blue) = 253+82+32=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5220 is #02ADDF. Grayscale: #7F7F7F. Windows color (decimal): -175584 or 2118397. OLE color: 2118397.

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

Color convert

RGB 253 82 32 -
CMYK 0 0.68 0.87 0.01
HSL 13.57º 0.98% 0.56% -
HSV(B) 13.57º 0.87% 0.99% -
XYZ 43.79 27.02 4.27 -
YUV 127.43 74.15 217.57 -
System Red Green Blue C M Y K H S L
Decimal 253 82 32 0 0.68 0.87 0.01 13.57 0.98 0.56
Hex FD 52 20 0 44 57 1 E 62 38
Octal 375 122 40 0 104 127 1 16 142 70
Binary 11111101 1010010 100000 0 1000100 1010111 1 1110 1100010 111000

Color Harmonies of #FD5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5220

Black with #FD5220

Text Example


Text Example

White with #FD5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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