Html Css Color HEX #FD5D20 Outrageous Orange

📋 copy color: '#FD5D20'

red 253 ◦ green 93 ◦ blue 32

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

Shades of Outrageous Orange #FD5D20

Tints of Outrageous Orange #FD5D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 66.93%
G = 24.6%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD5D20 (or 0xFD5D20) is known color: Outrageous Orange. HEX triplet: FD, 5D and 20. RGB value is (253,93,32). Sum of RGB (Red+Green+Blue) = 253+93+32=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D20 is #02A2DF. Grayscale: #868686. Windows color (decimal): -172768 or 2121213. OLE color: 2121213.

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

Color convert

RGB 253 93 32 -
CMYK 0 0.63 0.87 0.01
HSL 16.56º 0.98% 0.56% -
HSV(B) 16.56º 0.87% 0.99% -
XYZ 44.68 28.82 4.57 -
YUV 133.89 70.51 212.96 -
System Red Green Blue C M Y K H S L
Decimal 253 93 32 0 0.63 0.87 0.01 16.56 0.98 0.56
Hex FD 5D 20 0 3F 57 1 11 62 38
Octal 375 135 40 0 77 127 1 21 142 70
Binary 11111101 1011101 100000 0 111111 1010111 1 10001 1100010 111000

Color Harmonies of #FD5D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D20

Black with #FD5D20

Text Example


Text Example

White with #FD5D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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