Html Css Color HEX #FC3428 Red Orange

📋 copy color: '#FC3428'

red 252 ◦ green 52 ◦ blue 40

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

Shades of Red Orange #FC3428

Tints of Red Orange #FC3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

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

R = 73.26%
G = 15.12%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3428 (or 0xFC3428) is known color: Red Orange. HEX triplet: FC, 34 and 28. RGB value is (252,52,40). Sum of RGB (Red+Green+Blue) = 252+52+40=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3428 is #03CBD7. Grayscale: #6E6E6E. Windows color (decimal): -248792 or 2635004. OLE color: 2635004.

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

Color convert

RGB 252 52 40 -
CMYK 0 0.79 0.84 0.01
HSL 3.4º 0.97% 0.57% -
HSV(B) 3.4º 0.84% 0.99% -
XYZ 41.76 23.3 4.3 -
YUV 110.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 252 52 40 0 0.79 0.84 0.01 3.4 0.97 0.57
Hex FC 34 28 0 4F 54 1 3 61 39
Octal 374 64 50 0 117 124 1 3 141 71
Binary 11111100 110100 101000 0 1001111 1010100 1 11 1100001 111001

Color Harmonies of #FC3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3428

Black with #FC3428

Text Example


Text Example

White with #FC3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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