Html Css Color HEX #FC3728 Red Orange

📋 copy color: '#FC3728'

red 252 ◦ green 55 ◦ blue 40

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

Shades of Red Orange #FC3728

Tints of Red Orange #FC3728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 72.62%
G = 15.85%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3728 (or 0xFC3728) is known color: Red Orange. HEX triplet: FC, 37 and 28. RGB value is (252,55,40). Sum of RGB (Red+Green+Blue) = 252+55+40=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3728 is #03C8D7. Grayscale: #707070. Windows color (decimal): -248024 or 2635772. OLE color: 2635772.

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

Color convert

RGB 252 55 40 -
CMYK 0 0.78 0.84 0.01
HSL 4.25º 0.97% 0.57% -
HSV(B) 4.25º 0.84% 0.99% -
XYZ 41.89 23.58 4.35 -
YUV 112.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 252 55 40 0 0.78 0.84 0.01 4.25 0.97 0.57
Hex FC 37 28 0 4E 54 1 4 61 39
Octal 374 67 50 0 116 124 1 4 141 71
Binary 11111100 110111 101000 0 1001110 1010100 1 100 1100001 111001

Color Harmonies of #FC3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3728

Black with #FC3728

Text Example


Text Example

White with #FC3728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3728; }

 p { color: rgb(252,55,40); }

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

background-color css

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

 a { background-color: rgb(252,55,40); }

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

border-color css

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

 span { border-color: rgb(252,55,40); }

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