Html Css Color HEX #FC352B Red Orange

📋 copy color: '#FC352B'

red 252 ◦ green 53 ◦ blue 43

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

Shades of Red Orange #FC352B

Tints of Red Orange #FC352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 72.41%
G = 15.23%
B = 12.36%

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

#FC352B (or 0xFC352B) is known color: Red Orange. HEX triplet: FC, 35 and 2B. RGB value is (252,53,43). Sum of RGB (Red+Green+Blue) = 252+53+43=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC352B is #03CAD4. Grayscale: #6F6F6F. Windows color (decimal): -248533 or 2831868. OLE color: 2831868.

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

Color convert

RGB 252 53 43 -
CMYK 0 0.79 0.83 0.01
HSL 2.87º 0.97% 0.58% -
HSV(B) 2.87º 0.83% 0.99% -
XYZ 41.85 23.42 4.6 -
YUV 111.36 89.43 228.31 -
System Red Green Blue C M Y K H S L
Decimal 252 53 43 0 0.79 0.83 0.01 2.87 0.97 0.58
Hex FC 35 2B 0 4F 53 1 3 61 3A
Octal 374 65 53 0 117 123 1 3 141 72
Binary 11111100 110101 101011 0 1001111 1010011 1 11 1100001 111010

Color Harmonies of #FC352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC352B

Black with #FC352B

Text Example


Text Example

White with #FC352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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