Html Css Color HEX #FC3A24 Red Orange

📋 copy color: '#FC3A24'

red 252 ◦ green 58 ◦ blue 36

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

Shades of Red Orange #FC3A24

Tints of Red Orange #FC3A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.4%

R = 72.83%
G = 16.76%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC3A24 (or 0xFC3A24) is known color: Red Orange. HEX triplet: FC, 3A and 24. RGB value is (252,58,36). Sum of RGB (Red+Green+Blue) = 252+58+36=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A24 is #03C5DB. Grayscale: #717171. Windows color (decimal): -247260 or 2374396. OLE color: 2374396.

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

Color convert

RGB 252 58 36 -
CMYK 0 0.77 0.86 0.01
HSL 6.11º 0.97% 0.56% -
HSV(B) 6.11º 0.86% 0.99% -
XYZ 41.98 23.85 4.06 -
YUV 113.5 84.27 226.79 -
System Red Green Blue C M Y K H S L
Decimal 252 58 36 0 0.77 0.86 0.01 6.11 0.97 0.56
Hex FC 3A 24 0 4D 56 1 6 61 38
Octal 374 72 44 0 115 126 1 6 141 70
Binary 11111100 111010 100100 0 1001101 1010110 1 110 1100001 111000

Color Harmonies of #FC3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A24

Black with #FC3A24

Text Example


Text Example

White with #FC3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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