#F5230F

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

Shades of Scarlet #F5230F

Tints of Scarlet #F5230F

Color information

#F5230F (or 0xF5230F) is unknown color: approx Scarlet. HEX triplet: F5, 23 and 0F. RGB value is (245,35,15). Sum of RGB (Red+Green+Blue) = 245+35+15=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5230F is #0ADCF0. Grayscale: #5F5F5F. Windows color (decimal): -711921 or 992245. OLE color: 992245.

HSL color Cylindrical-coordinate representation of color #F5230F: hue angle of 5.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5230F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB2453515-
CMYK00.860.940.04
HSL5.22º92%50.98%-
HSV(B)5.22º93.88%96.08%-
XYZ38.3420.652.42-
YUV95.5182.57234.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 83.05%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=83.05%
G=11.86%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245351500.860.940.045.229250.98
HexF523F0565E455c33
Octal365431701261364513463
Binary1111010110001111110101011010111101001011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5230F; }

 p { color: rgb(245,35,15); }

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

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

 a { background-color: rgb(245,35,15); }

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

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

 span { border-color: rgb(245,35,15); }

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