Html Css Color HEX #FC3A34 Red Orange

📋 copy color: '#FC3A34'

red 252 ◦ green 58 ◦ blue 52

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

Shades of Red Orange #FC3A34

Tints of Red Orange #FC3A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 69.61%
G = 16.02%
B = 14.36%

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

#FC3A34 (or 0xFC3A34) is known color: Red Orange. HEX triplet: FC, 3A and 34. RGB value is (252,58,52). Sum of RGB (Red+Green+Blue) = 252+58+52=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A34 is #03C5CB. Grayscale: #737373. Windows color (decimal): -247244 or 3422972. OLE color: 3422972.

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

Color convert

RGB 252 58 52 -
CMYK 0 0.77 0.79 0.01
HSL 1.8º 0.97% 0.6% -
HSV(B) 1.8º 0.79% 0.99% -
XYZ 42.28 23.97 5.65 -
YUV 115.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 252 58 52 0 0.77 0.79 0.01 1.8 0.97 0.6
Hex FC 3A 34 0 4D 4F 1 2 61 3C
Octal 374 72 64 0 115 117 1 2 141 74
Binary 11111100 111010 110100 0 1001101 1001111 1 10 1100001 111100

Color Harmonies of #FC3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A34

Black with #FC3A34

Text Example


Text Example

White with #FC3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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