Html Css Color HEX #FC3C38 Red Orange

📋 copy color: '#FC3C38'

red 252 ◦ green 60 ◦ blue 56

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

Shades of Red Orange #FC3C38

Tints of Red Orange #FC3C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

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

R = 68.48%
G = 16.3%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC3C38 (or 0xFC3C38) is known color: Red Orange. HEX triplet: FC, 3C and 38. RGB value is (252,60,56). Sum of RGB (Red+Green+Blue) = 252+60+56=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C38 is #03C3C7. Grayscale: #757575. Windows color (decimal): -246728 or 3685628. OLE color: 3685628.

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

Color convert

RGB 252 60 56 -
CMYK 0 0.76 0.78 0.01
HSL 1.22º 0.97% 0.6% -
HSV(B) 1.22º 0.78% 0.99% -
XYZ 42.47 24.21 6.18 -
YUV 116.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 252 60 56 0 0.76 0.78 0.01 1.22 0.97 0.6
Hex FC 3C 38 0 4C 4E 1 1 61 3C
Octal 374 74 70 0 114 116 1 1 141 74
Binary 11111100 111100 111000 0 1001100 1001110 1 1 1100001 111100

Color Harmonies of #FC3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C38

Black with #FC3C38

Text Example


Text Example

White with #FC3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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