Html Css Color HEX #FC3A17 Orange Red

📋 copy color: '#FC3A17'

red 252 ◦ green 58 ◦ blue 23

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

Shades of Orange Red #FC3A17

Tints of Orange Red #FC3A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.91%

R = 75.68%
G = 17.42%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC3A17 (or 0xFC3A17) is known color: Orange Red. HEX triplet: FC, 3A and 17. RGB value is (252,58,23). Sum of RGB (Red+Green+Blue) = 252+58+23=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A17 is #03C5E8. Grayscale: #707070. Windows color (decimal): -247273 or 1522428. OLE color: 1522428.

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

Color convert

RGB 252 58 23 -
CMYK 0 0.77 0.91 0.01
HSL 9.17º 0.97% 0.54% -
HSV(B) 9.17º 0.91% 0.99% -
XYZ 41.81 23.78 3.2 -
YUV 112.02 77.77 227.85 -
System Red Green Blue C M Y K H S L
Decimal 252 58 23 0 0.77 0.91 0.01 9.17 0.97 0.54
Hex FC 3A 17 0 4D 5B 1 9 61 36
Octal 374 72 27 0 115 133 1 11 141 66
Binary 11111100 111010 10111 0 1001101 1011011 1 1001 1100001 110110

Color Harmonies of #FC3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A17

Black with #FC3A17

Text Example


Text Example

White with #FC3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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