Html Css Color HEX #FC3A2D Red Orange

📋 copy color: '#FC3A2D'

red 252 ◦ green 58 ◦ blue 45

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

Shades of Red Orange #FC3A2D

Tints of Red Orange #FC3A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 70.99%
G = 16.34%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC3A2D (or 0xFC3A2D) is known color: Red Orange. HEX triplet: FC, 3A and 2D. RGB value is (252,58,45). Sum of RGB (Red+Green+Blue) = 252+58+45=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A2D is #03C5D2. Grayscale: #727272. Windows color (decimal): -247251 or 2964220. OLE color: 2964220.

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

Color convert

RGB 252 58 45 -
CMYK 0 0.77 0.82 0.01
HSL 3.77º 0.97% 0.58% -
HSV(B) 3.77º 0.82% 0.99% -
XYZ 42.13 23.91 4.88 -
YUV 114.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 252 58 45 0 0.77 0.82 0.01 3.77 0.97 0.58
Hex FC 3A 2D 0 4D 52 1 4 61 3A
Octal 374 72 55 0 115 122 1 4 141 72
Binary 11111100 111010 101101 0 1001101 1010010 1 100 1100001 111010

Color Harmonies of #FC3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A2D

Black with #FC3A2D

Text Example


Text Example

White with #FC3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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