Html Css Color HEX #FC3A28 Red Orange

📋 copy color: '#FC3A28'

red 252 ◦ green 58 ◦ blue 40

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

Shades of Red Orange #FC3A28

Tints of Red Orange #FC3A28

RGB

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

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

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

R = 72%
G = 16.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3A28 (or 0xFC3A28) is known color: Red Orange. HEX triplet: FC, 3A and 28. RGB value is (252,58,40). Sum of RGB (Red+Green+Blue) = 252+58+40=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A28 is #03C5D7. Grayscale: #727272. Windows color (decimal): -247256 or 2636540. OLE color: 2636540.

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

Color convert

RGB 252 58 40 -
CMYK 0 0.77 0.84 0.01
HSL 5.09º 0.97% 0.57% -
HSV(B) 5.09º 0.84% 0.99% -
XYZ 42.04 23.87 4.4 -
YUV 113.95 86.27 226.46 -
System Red Green Blue C M Y K H S L
Decimal 252 58 40 0 0.77 0.84 0.01 5.09 0.97 0.57
Hex FC 3A 28 0 4D 54 1 5 61 39
Octal 374 72 50 0 115 124 1 5 141 71
Binary 11111100 111010 101000 0 1001101 1010100 1 101 1100001 111001

Color Harmonies of #FC3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A28

Black with #FC3A28

Text Example


Text Example

White with #FC3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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