#FA2706

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

Shades of Scarlet #FA2706

Tints of Scarlet #FA2706

Color information

#FA2706 (or 0xFA2706) is unknown color: approx Scarlet. HEX triplet: FA, 27 and 06. RGB value is (250,39,6). Sum of RGB (Red+Green+Blue) = 250+39+6=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2706 is #05D8F9. Grayscale: #626262. Windows color (decimal): -383226 or 403450. OLE color: 403450.

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

Color convert

RGB250396-
CMYK00.840.980.02
HSL8.11º96.06%50.2%-
HSV(B)8.11º97.6%98.04%-
XYZ40.1821.792.26-
YUV98.3375.9236.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.75%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=84.75%
G=13.22%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25039600.840.980.028.1196.0650.2
HexFA27605462286032
Octal372476012414221014062
Binary111110101001111100101010011000101010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2706; }

 p { color: rgb(250,39,6); }

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

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

 a { background-color: rgb(250,39,6); }

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

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

 span { border-color: rgb(250,39,6); }

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