#F02F0E

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

Shades of Scarlet #F02F0E

Tints of Scarlet #F02F0E

Color information

#F02F0E (or 0xF02F0E) is unknown color: approx Scarlet. HEX triplet: F0, 2F and 0E. RGB value is (240,47,14). Sum of RGB (Red+Green+Blue) = 240+47+14=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02F0E is #0FD0F1. Grayscale: #656565. Windows color (decimal): -1036530 or 929776. OLE color: 929776.

HSL color Cylindrical-coordinate representation of color #F02F0E: hue angle of 8.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F02F0E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2404714-
CMYK00.800.940.06
HSL8.76º88.98%49.8%-
HSV(B)8.76º94.17%94.12%-
XYZ37.0320.592.44-
YUV100.9478.94227.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 79.73%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 14 (5.86% from 255) = 4.65%
R=79.73%
G=15.61%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240471400.800.940.068.7688.9849.8
HexF02FE0505E695932
Octal3605716012013661113162
Binary11110000101111111001010000101111011010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02F0E; }

 p { color: rgb(240,47,14); }

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

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

 a { background-color: rgb(240,47,14); }

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

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

 span { border-color: rgb(240,47,14); }

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