Html Css Color HEX #FC352A Red Orange

📋 copy color: '#FC352A'

red 252 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #FC352A

Tints of Red Orange #FC352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 72.62%
G = 15.27%
B = 12.1%

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

#FC352A (or 0xFC352A) is known color: Red Orange. HEX triplet: FC, 35 and 2A. RGB value is (252,53,42). Sum of RGB (Red+Green+Blue) = 252+53+42=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC352A is #03CAD5. Grayscale: #6F6F6F. Windows color (decimal): -248534 or 2766332. OLE color: 2766332.

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

Color convert

RGB 252 53 42 -
CMYK 0 0.79 0.83 0.01
HSL 3.14º 0.97% 0.58% -
HSV(B) 3.14º 0.83% 0.99% -
XYZ 41.84 23.41 4.5 -
YUV 111.25 88.93 228.39 -
System Red Green Blue C M Y K H S L
Decimal 252 53 42 0 0.79 0.83 0.01 3.14 0.97 0.58
Hex FC 35 2A 0 4F 53 1 3 61 3A
Octal 374 65 52 0 117 123 1 3 141 72
Binary 11111100 110101 101010 0 1001111 1010011 1 11 1100001 111010

Color Harmonies of #FC352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC352A

Black with #FC352A

Text Example


Text Example

White with #FC352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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