#FA200F

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

Shades of Scarlet #FA200F

Tints of Scarlet #FA200F

Color information

#FA200F (or 0xFA200F) is unknown color: approx Scarlet. HEX triplet: FA, 20 and 0F. RGB value is (250,32,15). Sum of RGB (Red+Green+Blue) = 250+32+15=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA200F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA200F is #05DFF0. Grayscale: #5F5F5F. Windows color (decimal): -385009 or 991482. OLE color: 991482.

HSL color Cylindrical-coordinate representation of color #FA200F: hue angle of 4.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA200F is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB2503215-
CMYK00.870.940.02
HSL4.34º95.92%51.96%-
HSV(B)4.34º94%98.04%-
XYZ40.0321.392.47-
YUV95.2482.72238.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.18%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 15 (6.25% from 255) = 5.05%
R=84.18%
G=10.77%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250321500.870.940.024.3495.9251.96
HexFA20F0575E246034
Octal372401701271362414064
Binary111110101000001111010101111011110101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA200F; }

 p { color: rgb(250,32,15); }

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

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

 a { background-color: rgb(250,32,15); }

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

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

 span { border-color: rgb(250,32,15); }

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