Html Css Color HEX #FC5F31 Outrageous Orange

📋 copy color: '#FC5F31'

red 252 ◦ green 95 ◦ blue 49

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

Shades of Outrageous Orange #FC5F31

Tints of Outrageous Orange #FC5F31

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

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

R = 63.64%
G = 23.99%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC5F31 (or 0xFC5F31) is known color: Outrageous Orange. HEX triplet: FC, 5F and 31. RGB value is (252,95,49). Sum of RGB (Red+Green+Blue) = 252+95+49=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5F31 is #03A0CE. Grayscale: #898989. Windows color (decimal): -237775 or 3235836. OLE color: 3235836.

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

Color convert

RGB 252 95 49 -
CMYK 0 0.62 0.81 0.01
HSL 13.6º 0.97% 0.59% -
HSV(B) 13.6º 0.81% 0.99% -
XYZ 44.79 29.1 6.16 -
YUV 136.7 78.51 210.24 -
System Red Green Blue C M Y K H S L
Decimal 252 95 49 0 0.62 0.81 0.01 13.6 0.97 0.59
Hex FC 5F 31 0 3E 51 1 E 61 3B
Octal 374 137 61 0 76 121 1 16 141 73
Binary 11111100 1011111 110001 0 111110 1010001 1 1110 1100001 111011

Color Harmonies of #FC5F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F31

Black with #FC5F31

Text Example


Text Example

White with #FC5F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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