Html Css Color HEX #FC5C24 Outrageous Orange

📋 copy color: '#FC5C24'

red 252 ◦ green 92 ◦ blue 36

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

Shades of Outrageous Orange #FC5C24

Tints of Outrageous Orange #FC5C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 66.32%
G = 24.21%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC5C24 (or 0xFC5C24) is known color: Outrageous Orange. HEX triplet: FC, 5C and 24. RGB value is (252,92,36). Sum of RGB (Red+Green+Blue) = 252+92+36=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C24 is #03A3DB. Grayscale: #858585. Windows color (decimal): -238556 or 2383100. OLE color: 2383100.

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

Color convert

RGB 252 92 36 -
CMYK 0 0.63 0.86 0.01
HSL 15.56º 0.97% 0.56% -
HSV(B) 15.56º 0.86% 0.99% -
XYZ 44.29 28.48 4.83 -
YUV 133.46 73.01 212.55 -
System Red Green Blue C M Y K H S L
Decimal 252 92 36 0 0.63 0.86 0.01 15.56 0.97 0.56
Hex FC 5C 24 0 3F 56 1 10 61 38
Octal 374 134 44 0 77 126 1 20 141 70
Binary 11111100 1011100 100100 0 111111 1010110 1 10000 1100001 111000

Color Harmonies of #FC5C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C24

Black with #FC5C24

Text Example


Text Example

White with #FC5C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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