Html Css Color HEX #FD5520 Outrageous Orange

📋 copy color: '#FD5520'

red 253 ◦ green 85 ◦ blue 32

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

Shades of Outrageous Orange #FD5520

Tints of Outrageous Orange #FD5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

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

R = 68.38%
G = 22.97%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD5520 (or 0xFD5520) is known color: Outrageous Orange. HEX triplet: FD, 55 and 20. RGB value is (253,85,32). Sum of RGB (Red+Green+Blue) = 253+85+32=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5520 is #02AADF. Grayscale: #818181. Windows color (decimal): -174816 or 2119165. OLE color: 2119165.

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

Color convert

RGB 253 85 32 -
CMYK 0 0.66 0.87 0.01
HSL 14.39º 0.98% 0.56% -
HSV(B) 14.39º 0.87% 0.99% -
XYZ 44.02 27.48 4.35 -
YUV 129.19 73.16 216.31 -
System Red Green Blue C M Y K H S L
Decimal 253 85 32 0 0.66 0.87 0.01 14.39 0.98 0.56
Hex FD 55 20 0 42 57 1 E 62 38
Octal 375 125 40 0 102 127 1 16 142 70
Binary 11111101 1010101 100000 0 1000010 1010111 1 1110 1100010 111000

Color Harmonies of #FD5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5520

Black with #FD5520

Text Example


Text Example

White with #FD5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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