Html Css Color HEX #FD5E31 Outrageous Orange

📋 copy color: '#FD5E31'

red 253 ◦ green 94 ◦ blue 49

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

Shades of Outrageous Orange #FD5E31

Tints of Outrageous Orange #FD5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 63.89%
G = 23.74%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD5E31 (or 0xFD5E31) is known color: Outrageous Orange. HEX triplet: FD, 5E and 31. RGB value is (253,94,49). Sum of RGB (Red+Green+Blue) = 253+94+49=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E31 is #02A1CE. Grayscale: #888888. Windows color (decimal): -172495 or 3235581. OLE color: 3235581.

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

Color convert

RGB 253 94 49 -
CMYK 0 0.63 0.81 0.01
HSL 13.24º 0.98% 0.59% -
HSV(B) 13.24º 0.81% 0.99% -
XYZ 45.07 29.11 6.15 -
YUV 136.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 253 94 49 0 0.63 0.81 0.01 13.24 0.98 0.59
Hex FD 5E 31 0 3F 51 1 D 62 3B
Octal 375 136 61 0 77 121 1 15 142 73
Binary 11111101 1011110 110001 0 111111 1010001 1 1101 1100010 111011

Color Harmonies of #FD5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E31

Black with #FD5E31

Text Example


Text Example

White with #FD5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E31; }

 p { color: rgb(253,94,49); }

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

background-color css

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

 a { background-color: rgb(253,94,49); }

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

border-color css

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

 span { border-color: rgb(253,94,49); }

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