#FC5E35

Color #FC5E35 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #FC5E35

Tints of Outrageous Orange #FC5E35

Color information

#FC5E35 (or 0xFC5E35) is unknown color: approx Outrageous Orange. HEX triplet: FC, 5E and 35. RGB value is (252,94,53). Sum of RGB (Red+Green+Blue) = 252+94+53=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E35 is #03A1CA. Grayscale: #888888. Windows color (decimal): -238027 or 3497724. OLE color: 3497724.

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

Color convert

RGB2529453-
CMYK00.630.790.01
HSL12.36º97.07%59.8%-
HSV(B)12.36º78.97%98.82%-
XYZ44.7928.966.6-
YUV136.5780.85210.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.16%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=63.16%
G=23.56%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252945300.630.790.0112.3697.0759.8
HexFC5E3503F4F1c613c
Octal3741366507711711414174
Binary11111100101111011010101111111001111111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5E35; }

 p { color: rgb(252,94,53); }

 H1.HeaderClassName
 {
   color: #FC5E35;
 }
 .AnyTagClassName
 {
   color: #FC5E35;
 }
</style>
background-color css

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

 a { background-color: rgb(252,94,53); }

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

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

 span { border-color: rgb(252,94,53); }

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