Html Css Color HEX #FC352C Red Orange

📋 copy color: '#FC352C'

red 252 ◦ green 53 ◦ blue 44

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

Shades of Red Orange #FC352C

Tints of Red Orange #FC352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 72.21%
G = 15.19%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC352C (or 0xFC352C) is known color: Red Orange. HEX triplet: FC, 35 and 2C. RGB value is (252,53,44). Sum of RGB (Red+Green+Blue) = 252+53+44=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC352C is #03CAD3. Grayscale: #6F6F6F. Windows color (decimal): -248532 or 2897404. OLE color: 2897404.

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

Color convert

RGB 252 53 44 -
CMYK 0 0.79 0.83 0.01
HSL 2.6º 0.97% 0.58% -
HSV(B) 2.6º 0.83% 0.99% -
XYZ 41.87 23.42 4.7 -
YUV 111.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 252 53 44 0 0.79 0.83 0.01 2.6 0.97 0.58
Hex FC 35 2C 0 4F 53 1 3 61 3A
Octal 374 65 54 0 117 123 1 3 141 72
Binary 11111100 110101 101100 0 1001111 1010011 1 11 1100001 111010

Color Harmonies of #FC352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC352C

Black with #FC352C

Text Example


Text Example

White with #FC352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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