Html Css Color HEX #FD5D37 Outrageous Orange

📋 copy color: '#FD5D37'

red 253 ◦ green 93 ◦ blue 55

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

Shades of Outrageous Orange #FD5D37

Tints of Outrageous Orange #FD5D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.72%

R = 63.09%
G = 23.19%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD5D37 (or 0xFD5D37) is known color: Outrageous Orange. HEX triplet: FD, 5D and 37. RGB value is (253,93,55). Sum of RGB (Red+Green+Blue) = 253+93+55=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D37 is #02A2C8. Grayscale: #888888. Windows color (decimal): -172745 or 3628541. OLE color: 3628541.

HSL color Cylindrical-coordinate representation of color #FD5D37: hue angle of 11.52º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD5D37 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 93 55 -
CMYK 0 0.63 0.78 0.01
HSL 11.52º 0.98% 0.6% -
HSV(B) 11.52º 0.78% 0.99% -
XYZ 45.11 28.99 6.83 -
YUV 136.51 82.01 211.09 -
System Red Green Blue C M Y K H S L
Decimal 253 93 55 0 0.63 0.78 0.01 11.52 0.98 0.6
Hex FD 5D 37 0 3F 4E 1 C 62 3C
Octal 375 135 67 0 77 116 1 14 142 74
Binary 11111101 1011101 110111 0 111111 1001110 1 1100 1100010 111100

Color Harmonies of #FD5D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D37

Black with #FD5D37

Text Example


Text Example

White with #FD5D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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