#FA1702

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

Shades of Scarlet #FA1702

Tints of Scarlet #FA1702

Color information

#FA1702 (or 0xFA1702) is unknown color: approx Scarlet. HEX triplet: FA, 17 and 02. RGB value is (250,23,2). Sum of RGB (Red+Green+Blue) = 250+23+2=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1702 is #05E8FD. Grayscale: #585858. Windows color (decimal): -387326 or 137210. OLE color: 137210.

HSL color Cylindrical-coordinate representation of color #FA1702: hue angle of 5.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA1702 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB250232-
CMYK00.910.990.02
HSL5.08º98.41%49.41%-
HSV(B)5.08º99.2%98.04%-
XYZ39.7420.942-
YUV88.4879.21243.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 90.91%
GREEN value IS 23 (9.38% from 255) = 8.36%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=90.91%
G=8.36%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023200.910.990.025.0898.4149.41
HexFA17205B63256231
Octal37227201331432514261
Binary111110101011110010110111100011101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1702; }

 p { color: rgb(250,23,2); }

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

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

 a { background-color: rgb(250,23,2); }

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

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

 span { border-color: rgb(250,23,2); }

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