Html Css Color HEX #FC3229 Red Orange

📋 copy color: '#FC3229'

red 252 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #FC3229

Tints of Red Orange #FC3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 73.47%
G = 14.58%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3229 (or 0xFC3229) is known color: Red Orange. HEX triplet: FC, 32 and 29. RGB value is (252,50,41). Sum of RGB (Red+Green+Blue) = 252+50+41=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3229 is #03CDD6. Grayscale: #6D6D6D. Windows color (decimal): -249303 or 2700028. OLE color: 2700028.

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

Color convert

RGB 252 50 41 -
CMYK 0 0.80 0.84 0.01
HSL 2.56º 0.97% 0.57% -
HSV(B) 2.56º 0.84% 0.99% -
XYZ 41.69 23.14 4.37 -
YUV 109.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 252 50 41 0 0.80 0.84 0.01 2.56 0.97 0.57
Hex FC 32 29 0 50 54 1 3 61 39
Octal 374 62 51 0 120 124 1 3 141 71
Binary 11111100 110010 101001 0 1010000 1010100 1 11 1100001 111001

Color Harmonies of #FC3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3229

Black with #FC3229

Text Example


Text Example

White with #FC3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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