Html Css Color HEX #FC5C3C Outrageous Orange

📋 copy color: '#FC5C3C'

red 252 ◦ green 92 ◦ blue 60

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

Shades of Outrageous Orange #FC5C3C

Tints of Outrageous Orange #FC5C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 62.38%
G = 22.77%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC5C3C (or 0xFC5C3C) is known color: Outrageous Orange. HEX triplet: FC, 5C and 3C. RGB value is (252,92,60). Sum of RGB (Red+Green+Blue) = 252+92+60=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C3C is #03A3C3. Grayscale: #888888. Windows color (decimal): -238532 or 3955964. OLE color: 3955964.

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

Color convert

RGB 252 92 60 -
CMYK 0 0.63 0.76 0.01
HSL 10º 0.97% 0.61% -
HSV(B) 10º 0.76% 0.99% -
XYZ 44.79 28.68 7.45 -
YUV 136.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 252 92 60 0 0.63 0.76 0.01 10 0.97 0.61
Hex FC 5C 3C 0 3F 4C 1 A 61 3D
Octal 374 134 74 0 77 114 1 12 141 75
Binary 11111100 1011100 111100 0 111111 1001100 1 1010 1100001 111101

Color Harmonies of #FC5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C3C

Black with #FC5C3C

Text Example


Text Example

White with #FC5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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