#F6231A

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

Shades of Scarlet #F6231A

Tints of Scarlet #F6231A

Color information

#F6231A (or 0xF6231A) is unknown color: approx Scarlet. HEX triplet: F6, 23 and 1A. RGB value is (246,35,26). Sum of RGB (Red+Green+Blue) = 246+35+26=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F6231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6231A is #09DCE5. Grayscale: #616161. Windows color (decimal): -646374 or 1713142. OLE color: 1713142.

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

Color convert

RGB2463526-
CMYK00.860.890.04
HSL2.45º92.44%53.33%-
HSV(B)2.45º89.43%96.47%-
XYZ38.7920.872.96-
YUV97.0687.9234.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.13%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=80.13%
G=11.40%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246352600.860.890.042.4592.4453.33
HexF6231A05659425c35
Octal366433201261314213465
Binary1111011010001111010010101101011001100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6231A; }

 p { color: rgb(246,35,26); }

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

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

 a { background-color: rgb(246,35,26); }

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

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

 span { border-color: rgb(246,35,26); }

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