Html Css Color HEX #FC5C28 Outrageous Orange

📋 copy color: '#FC5C28'

red 252 ◦ green 92 ◦ blue 40

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

Shades of Outrageous Orange #FC5C28

Tints of Outrageous Orange #FC5C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 65.63%
G = 23.96%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5C28 (or 0xFC5C28) is known color: Outrageous Orange. HEX triplet: FC, 5C and 28. RGB value is (252,92,40). Sum of RGB (Red+Green+Blue) = 252+92+40=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C28 is #03A3D7. Grayscale: #868686. Windows color (decimal): -238552 or 2645244. OLE color: 2645244.

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

Color convert

RGB 252 92 40 -
CMYK 0 0.63 0.84 0.01
HSL 14.72º 0.97% 0.57% -
HSV(B) 14.72º 0.84% 0.99% -
XYZ 44.36 28.5 5.17 -
YUV 133.91 75.01 212.23 -
System Red Green Blue C M Y K H S L
Decimal 252 92 40 0 0.63 0.84 0.01 14.72 0.97 0.57
Hex FC 5C 28 0 3F 54 1 F 61 39
Octal 374 134 50 0 77 124 1 17 141 71
Binary 11111100 1011100 101000 0 111111 1010100 1 1111 1100001 111001

Color Harmonies of #FC5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C28

Black with #FC5C28

Text Example


Text Example

White with #FC5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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