#F92C07

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

Shades of Scarlet #F92C07

Tints of Scarlet #F92C07

Color information

#F92C07 (or 0xF92C07) is unknown color: approx Scarlet. HEX triplet: F9, 2C and 07. RGB value is (249,44,7). Sum of RGB (Red+Green+Blue) = 249+44+7=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C07 is #06D3F8. Grayscale: #656565. Windows color (decimal): -447481 or 470265. OLE color: 470265.

HSL color Cylindrical-coordinate representation of color #F92C07: hue angle of 9.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F92C07 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB249447-
CMYK00.820.970.02
HSL9.17º95.28%50.2%-
HSV(B)9.17º97.19%97.65%-
XYZ40.0121.962.33-
YUV101.0874.92233.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 83%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=83%
G=14.67%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24944700.820.970.029.1795.2850.2
HexF92C705261295f32
Octal371547012214121113762
Binary111110011011001110101001011000011010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92C07; }

 p { color: rgb(249,44,7); }

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

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

 a { background-color: rgb(249,44,7); }

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

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

 span { border-color: rgb(249,44,7); }

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