#FC340F

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

Shades of Scarlet #FC340F

Tints of Scarlet #FC340F

Color information

#FC340F (or 0xFC340F) is unknown color: approx Scarlet. HEX triplet: FC, 34 and 0F. RGB value is (252,52,15). Sum of RGB (Red+Green+Blue) = 252+52+15=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC340F is #03CBF0. Grayscale: #6B6B6B. Windows color (decimal): -248817 or 996604. OLE color: 996604.

HSL color Cylindrical-coordinate representation of color #FC340F: hue angle of 9.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC340F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB2525215-
CMYK00.790.940.01
HSL9.37º97.53%52.35%-
HSV(B)9.37º94.05%98.82%-
XYZ41.4623.192.74-
YUV107.5875.76231.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 79.00%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=79.00%
G=16.30%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252521500.790.940.019.3797.5352.35
HexFC34F04F5E196234
Octal3746417011713611114264
Binary111111001101001111010011111011110110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC340F; }

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

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

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

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

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

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

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

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