Html Css Color HEX #FC5F32 Outrageous Orange

📋 copy color: '#FC5F32'

red 252 ◦ green 95 ◦ blue 50

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

Shades of Outrageous Orange #FC5F32

Tints of Outrageous Orange #FC5F32

RGB

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

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

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

R = 63.48%
G = 23.93%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5F32 (or 0xFC5F32) is known color: Outrageous Orange. HEX triplet: FC, 5F and 32. RGB value is (252,95,50). Sum of RGB (Red+Green+Blue) = 252+95+50=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5F32 is #03A0CD. Grayscale: #898989. Windows color (decimal): -237774 or 3301372. OLE color: 3301372.

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

Color convert

RGB 252 95 50 -
CMYK 0 0.62 0.80 0.01
HSL 13.37º 0.97% 0.59% -
HSV(B) 13.37º 0.8% 0.99% -
XYZ 44.81 29.11 6.27 -
YUV 136.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 252 95 50 0 0.62 0.80 0.01 13.37 0.97 0.59
Hex FC 5F 32 0 3E 50 1 D 61 3B
Octal 374 137 62 0 76 120 1 15 141 73
Binary 11111100 1011111 110010 0 111110 1010000 1 1101 1100001 111011

Color Harmonies of #FC5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F32

Black with #FC5F32

Text Example


Text Example

White with #FC5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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