#FA2405

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

Shades of Scarlet #FA2405

Tints of Scarlet #FA2405

Color information

#FA2405 (or 0xFA2405) is unknown color: approx Scarlet. HEX triplet: FA, 24 and 05. RGB value is (250,36,5). Sum of RGB (Red+Green+Blue) = 250+36+5=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2405 is #05DBFA. Grayscale: #606060. Windows color (decimal): -383995 or 337146. OLE color: 337146.

HSL color Cylindrical-coordinate representation of color #FA2405: hue angle of 7.59º 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 #FA2405 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB250365-
CMYK00.860.980.02
HSL7.59º96.08%50%-
HSV(B)7.59º98%98.04%-
XYZ40.0821.62.2-
YUV96.4576.4237.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 85.91%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=85.91%
G=12.37%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25036500.860.980.027.5996.0850
HexFA24505662286032
Octal372445012614221014062
Binary111110101001001010101011011000101010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2405; }

 p { color: rgb(250,36,5); }

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

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

 a { background-color: rgb(250,36,5); }

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

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

 span { border-color: rgb(250,36,5); }

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