#F52E02

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

Shades of Scarlet #F52E02

Tints of Scarlet #F52E02

Color information

#F52E02 (or 0xF52E02) is unknown color: approx Scarlet. HEX triplet: F5, 2E and 02. RGB value is (245,46,2). Sum of RGB (Red+Green+Blue) = 245+46+2=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52E02 is #0AD1FD. Grayscale: #646464. Windows color (decimal): -709118 or 143093. OLE color: 143093.

HSL color Cylindrical-coordinate representation of color #F52E02: hue angle of 10.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F52E02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB245462-
CMYK00.810.990.04
HSL10.86º98.38%48.43%-
HSV(B)10.86º99.18%96.08%-
XYZ38.6421.372.15-
YUV100.4872.43231.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 83.62%
GREEN value IS 46 (18.36% from 255) = 15.70%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=83.62%
G=15.70%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24546200.810.990.0410.8698.3848.43
HexF52E2051634b6230
Octal365562012114341314260
Binary111101011011101001010001110001110010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52E02; }

 p { color: rgb(245,46,2); }

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

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

 a { background-color: rgb(245,46,2); }

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

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

 span { border-color: rgb(245,46,2); }

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