Html Css Color HEX #FC3934 Red Orange

📋 copy color: '#FC3934'

red 252 ◦ green 57 ◦ blue 52

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

Shades of Red Orange #FC3934

Tints of Red Orange #FC3934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

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

R = 69.81%
G = 15.79%
B = 14.4%

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

#FC3934 (or 0xFC3934) is known color: Red Orange. HEX triplet: FC, 39 and 34. RGB value is (252,57,52). Sum of RGB (Red+Green+Blue) = 252+57+52=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3934 is #03C6CB. Grayscale: #727272. Windows color (decimal): -247500 or 3422716. OLE color: 3422716.

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

Color convert

RGB 252 57 52 -
CMYK 0 0.77 0.79 0.01
HSL 1.5º 0.97% 0.6% -
HSV(B) 1.5º 0.79% 0.99% -
XYZ 42.23 23.87 5.63 -
YUV 114.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 252 57 52 0 0.77 0.79 0.01 1.5 0.97 0.6
Hex FC 39 34 0 4D 4F 1 2 61 3C
Octal 374 71 64 0 115 117 1 2 141 74
Binary 11111100 111001 110100 0 1001101 1001111 1 10 1100001 111100

Color Harmonies of #FC3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3934

Black with #FC3934

Text Example


Text Example

White with #FC3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3934; }

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

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

background-color css

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

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

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

border-color css

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

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

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