#FC3F35

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

Shades of Red Orange #FC3F35

Tints of Red Orange #FC3F35

Color information

#FC3F35 (or 0xFC3F35) is unknown color: approx Red Orange. HEX triplet: FC, 3F and 35. RGB value is (252,63,53). Sum of RGB (Red+Green+Blue) = 252+63+53=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3F35 is #03C0CA. Grayscale: #767676. Windows color (decimal): -245963 or 3489788. OLE color: 3489788.

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

Color convert

RGB2526353-
CMYK00.750.790.01
HSL3.02º97.07%59.8%-
HSV(B)3.02º78.97%98.82%-
XYZ42.5624.515.86-
YUV118.3791.12223.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.48%
GREEN value IS 63 (25% from 255) = 17.12%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=68.48%
G=17.12%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252635300.750.790.013.0297.0759.8
HexFC3F3504B4F13613c
Octal374776501131171314174
Binary111111001111111101010100101110011111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F35; }

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

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

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

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

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

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

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

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