Html Css Color HEX #FC3A36 Red Orange

📋 copy color: '#FC3A36'

red 252 ◦ green 58 ◦ blue 54

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

Shades of Red Orange #FC3A36

Tints of Red Orange #FC3A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.93%

 BLUE value IS 54 (21.48% from 255) = 14.84%

R = 69.23%
G = 15.93%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC3A36 (or 0xFC3A36) is known color: Red Orange. HEX triplet: FC, 3A and 36. RGB value is (252,58,54). Sum of RGB (Red+Green+Blue) = 252+58+54=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A36 is #03C5C9. Grayscale: #737373. Windows color (decimal): -247242 or 3554044. OLE color: 3554044.

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

Color convert

RGB 252 58 54 -
CMYK 0 0.77 0.79 0.01
HSL 1.21º 0.97% 0.6% -
HSV(B) 1.21º 0.79% 0.99% -
XYZ 42.32 23.99 5.89 -
YUV 115.55 93.27 225.33 -
System Red Green Blue C M Y K H S L
Decimal 252 58 54 0 0.77 0.79 0.01 1.21 0.97 0.6
Hex FC 3A 36 0 4D 4F 1 1 61 3C
Octal 374 72 66 0 115 117 1 1 141 74
Binary 11111100 111010 110110 0 1001101 1001111 1 1 1100001 111100

Color Harmonies of #FC3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A36

Black with #FC3A36

Text Example


Text Example

White with #FC3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A36; }

 p { color: rgb(252,58,54); }

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

background-color css

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

 a { background-color: rgb(252,58,54); }

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

border-color css

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

 span { border-color: rgb(252,58,54); }

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