Html Css Color HEX #FC5D31 Outrageous Orange

📋 copy color: '#FC5D31'

red 252 ◦ green 93 ◦ blue 49

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

Shades of Outrageous Orange #FC5D31

Tints of Outrageous Orange #FC5D31

RGB

 RED value IS 252 (98.83% from 255) = 63.96%

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

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

R = 63.96%
G = 23.6%
B = 12.44%

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

#FC5D31 (or 0xFC5D31) is known color: Outrageous Orange. HEX triplet: FC, 5D and 31. RGB value is (252,93,49). Sum of RGB (Red+Green+Blue) = 252+93+49=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D31 is #03A2CE. Grayscale: #878787. Windows color (decimal): -238287 or 3235324. OLE color: 3235324.

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

Color convert

RGB 252 93 49 -
CMYK 0 0.63 0.81 0.01
HSL 13º 0.97% 0.59% -
HSV(B) 13º 0.81% 0.99% -
XYZ 44.61 28.75 6.1 -
YUV 135.53 79.18 211.08 -
System Red Green Blue C M Y K H S L
Decimal 252 93 49 0 0.63 0.81 0.01 13 0.97 0.59
Hex FC 5D 31 0 3F 51 1 D 61 3B
Octal 374 135 61 0 77 121 1 15 141 73
Binary 11111100 1011101 110001 0 111111 1010001 1 1101 1100001 111011

Color Harmonies of #FC5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D31

Black with #FC5D31

Text Example


Text Example

White with #FC5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D31; }

 p { color: rgb(252,93,49); }

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

background-color css

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

 a { background-color: rgb(252,93,49); }

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

border-color css

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

 span { border-color: rgb(252,93,49); }

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