Html Css Color HEX #FC5D3F Outrageous Orange

📋 copy color: '#FC5D3F'

red 252 ◦ green 93 ◦ blue 63

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

Shades of Outrageous Orange #FC5D3F

Tints of Outrageous Orange #FC5D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 61.76%
G = 22.79%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC5D3F (or 0xFC5D3F) is known color: Outrageous Orange. HEX triplet: FC, 5D and 3F. RGB value is (252,93,63). Sum of RGB (Red+Green+Blue) = 252+93+63=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D3F is #03A2C0. Grayscale: #898989. Windows color (decimal): -238273 or 4152828. OLE color: 4152828.

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

Color convert

RGB 252 93 63 -
CMYK 0 0.63 0.75 0.01
HSL 9.52º 0.97% 0.62% -
HSV(B) 9.52º 0.75% 0.99% -
XYZ 44.96 28.88 7.91 -
YUV 137.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 252 93 63 0 0.63 0.75 0.01 9.52 0.97 0.62
Hex FC 5D 3F 0 3F 4B 1 A 61 3E
Octal 374 135 77 0 77 113 1 12 141 76
Binary 11111100 1011101 111111 0 111111 1001011 1 1010 1100001 111110

Color Harmonies of #FC5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D3F

Black with #FC5D3F

Text Example


Text Example

White with #FC5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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