Html Css Color HEX #FC5C32 Outrageous Orange

📋 copy color: '#FC5C32'

red 252 ◦ green 92 ◦ blue 50

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

Shades of Outrageous Orange #FC5C32

Tints of Outrageous Orange #FC5C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

 BLUE value IS 50 (19.92% from 255) = 12.69%

R = 63.96%
G = 23.35%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5C32 (or 0xFC5C32) is known color: Outrageous Orange. HEX triplet: FC, 5C and 32. RGB value is (252,92,50). Sum of RGB (Red+Green+Blue) = 252+92+50=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C32 is #03A3CD. Grayscale: #878787. Windows color (decimal): -238542 or 3300604. OLE color: 3300604.

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

Color convert

RGB 252 92 50 -
CMYK 0 0.63 0.80 0.01
HSL 12.48º 0.97% 0.59% -
HSV(B) 12.48º 0.8% 0.99% -
XYZ 44.55 28.58 6.19 -
YUV 135.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 252 92 50 0 0.63 0.80 0.01 12.48 0.97 0.59
Hex FC 5C 32 0 3F 50 1 C 61 3B
Octal 374 134 62 0 77 120 1 14 141 73
Binary 11111100 1011100 110010 0 111111 1010000 1 1100 1100001 111011

Color Harmonies of #FC5C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C32

Black with #FC5C32

Text Example


Text Example

White with #FC5C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C32; }

 p { color: rgb(252,92,50); }

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

background-color css

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

 a { background-color: rgb(252,92,50); }

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

border-color css

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

 span { border-color: rgb(252,92,50); }

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