Html Css Color HEX #FC3A38 Red Orange

📋 copy color: '#FC3A38'

red 252 ◦ green 58 ◦ blue 56

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

Shades of Red Orange #FC3A38

Tints of Red Orange #FC3A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 68.85%
G = 15.85%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC3A38 (or 0xFC3A38) is known color: Red Orange. HEX triplet: FC, 3A and 38. RGB value is (252,58,56). Sum of RGB (Red+Green+Blue) = 252+58+56=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A38 is #03C5C7. Grayscale: #737373. Windows color (decimal): -247240 or 3685116. OLE color: 3685116.

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

Color convert

RGB 252 58 56 -
CMYK 0 0.77 0.78 0.01
HSL 0.61º 0.97% 0.6% -
HSV(B) 0.61º 0.78% 0.99% -
XYZ 42.37 24.01 6.14 -
YUV 115.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 252 58 56 0 0.77 0.78 0.01 0.61 0.97 0.6
Hex FC 3A 38 0 4D 4E 1 1 61 3C
Octal 374 72 70 0 115 116 1 1 141 74
Binary 11111100 111010 111000 0 1001101 1001110 1 1 1100001 111100

Color Harmonies of #FC3A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A38

Black with #FC3A38

Text Example


Text Example

White with #FC3A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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