Html Css Color HEX #FC3529 Red Orange

📋 copy color: '#FC3529'

red 252 ◦ green 53 ◦ blue 41

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

Shades of Red Orange #FC3529

Tints of Red Orange #FC3529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 72.83%
G = 15.32%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3529 (or 0xFC3529) is known color: Red Orange. HEX triplet: FC, 35 and 29. RGB value is (252,53,41). Sum of RGB (Red+Green+Blue) = 252+53+41=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3529 is #03CAD6. Grayscale: #6F6F6F. Windows color (decimal): -248535 or 2700796. OLE color: 2700796.

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

Color convert

RGB 252 53 41 -
CMYK 0 0.79 0.84 0.01
HSL 3.41º 0.97% 0.57% -
HSV(B) 3.41º 0.84% 0.99% -
XYZ 41.82 23.4 4.41 -
YUV 111.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 252 53 41 0 0.79 0.84 0.01 3.41 0.97 0.57
Hex FC 35 29 0 4F 54 1 3 61 39
Octal 374 65 51 0 117 124 1 3 141 71
Binary 11111100 110101 101001 0 1001111 1010100 1 11 1100001 111001

Color Harmonies of #FC3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3529

Black with #FC3529

Text Example


Text Example

White with #FC3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3529; }

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

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

background-color css

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

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

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

border-color css

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

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

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