#FC3817

Color #FC3817 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #FC3817

Tints of Orange Red #FC3817

Color information

#FC3817 (or 0xFC3817) is unknown color: approx Orange Red. HEX triplet: FC, 38 and 17. RGB value is (252,56,23). Sum of RGB (Red+Green+Blue) = 252+56+23=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3817 is #03C7E8. Grayscale: #6F6F6F. Windows color (decimal): -247785 or 1521916. OLE color: 1521916.

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

Color convert

RGB2525623-
CMYK00.780.910.01
HSL8.65º97.45%53.92%-
HSV(B)8.65º90.87%98.82%-
XYZ41.7123.593.16-
YUV110.8478.43228.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.13%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 23 (9.38% from 255) = 6.95%
R=76.13%
G=16.92%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252562300.780.910.018.6597.4553.92
HexFC381704E5B196136
Octal3747027011613311114166
Binary1111110011100010111010011101011011110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3817; }

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

 H1.HeaderClassName
 {
   color: #FC3817;
 }
 .AnyTagClassName
 {
   color: #FC3817;
 }
</style>
background-color css

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

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

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

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

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

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