Html Css Color HEX #FA1200 Scarlet

📋 copy color: '#FA1200'

red 250 ◦ green 18 ◦ blue 0

#FA1200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #FA1200

Tints of Scarlet #FA1200

RGB

 RED value IS 250 (98.05% from 255) = 93.28%

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.28%
G = 6.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA1200 (or 0xFA1200) is known color: Scarlet. HEX triplet: FA, 12 and 00. RGB value is (250,18,0). Sum of RGB (Red+Green+Blue) = 250+18+0=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1200 is #05EDFF. Grayscale: #555555. Windows color (decimal): -388608 or 4858. OLE color: 4858.

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

Color convert

RGB 250 18 0 -
CMYK 0 0.93 1 0.02
HSL 4.32º 1% 0.49% -
HSV(B) 4.32º 1% 0.98% -
XYZ 39.64 20.76 1.92 -
YUV 85.32 79.86 245.46 -
System Red Green Blue C M Y K H S L
Decimal 250 18 0 0 0.93 1 0.02 4.32 1 0.49
Hex FA 12 0 0 5D 64 2 4 64 31
Octal 372 22 0 0 135 144 2 4 144 61
Binary 11111010 10010 0 0 1011101 1100100 10 100 1100100 110001

Color Harmonies of #FA1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1200

Black with #FA1200

Text Example


Text Example

White with #FA1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1200; }

 p { color: rgb(250,18,0); }

 H1.HeaderClassName
 {
   color: #FA1200;
 }
 .AnyTagClassName
 {
   color: #FA1200;
 }
</style>

background-color css

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

 a { background-color: rgb(250,18,0); }

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

border-color css

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

 span { border-color: rgb(250,18,0); }

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