Html Css Color HEX #FC5D3C Outrageous Orange

📋 copy color: '#FC5D3C'

red 252 ◦ green 93 ◦ blue 60

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

Shades of Outrageous Orange #FC5D3C

Tints of Outrageous Orange #FC5D3C

RGB

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

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

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

R = 62.22%
G = 22.96%
B = 14.81%

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

#FC5D3C (or 0xFC5D3C) is known color: Outrageous Orange. HEX triplet: FC, 5D and 3C. RGB value is (252,93,60). Sum of RGB (Red+Green+Blue) = 252+93+60=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D3C is #03A2C3. Grayscale: #898989. Windows color (decimal): -238276 or 3956220. OLE color: 3956220.

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

Color convert

RGB 252 93 60 -
CMYK 0 0.63 0.76 0.01
HSL 10.31º 0.97% 0.61% -
HSV(B) 10.31º 0.76% 0.99% -
XYZ 44.87 28.85 7.48 -
YUV 136.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 252 93 60 0 0.63 0.76 0.01 10.31 0.97 0.61
Hex FC 5D 3C 0 3F 4C 1 A 61 3D
Octal 374 135 74 0 77 114 1 12 141 75
Binary 11111100 1011101 111100 0 111111 1001100 1 1010 1100001 111101

Color Harmonies of #FC5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D3C

Black with #FC5D3C

Text Example


Text Example

White with #FC5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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