Html Css Color HEX #FA3100 Scarlet

📋 copy color: '#FA3100'

red 250 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #FA3100

Tints of Scarlet #FA3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

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

R = 83.61%
G = 16.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA3100 (or 0xFA3100) is known color: Scarlet. HEX triplet: FA, 31 and 00. RGB value is (250,49,0). Sum of RGB (Red+Green+Blue) = 250+49+0=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3100 is #05CEFF. Grayscale: #676767. Windows color (decimal): -380672 or 12794. OLE color: 12794.

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

Color convert

RGB 250 49 0 -
CMYK 0 0.80 1 0.02
HSL 11.76º 1% 0.49% -
HSV(B) 11.76º 1% 0.98% -
XYZ 40.52 22.52 2.21 -
YUV 103.51 69.59 232.48 -
System Red Green Blue C M Y K H S L
Decimal 250 49 0 0 0.80 1 0.02 11.76 1 0.49
Hex FA 31 0 0 50 64 2 C 64 31
Octal 372 61 0 0 120 144 2 14 144 61
Binary 11111010 110001 0 0 1010000 1100100 10 1100 1100100 110001

Color Harmonies of #FA3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3100

Black with #FA3100

Text Example


Text Example

White with #FA3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3100; }

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

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

background-color css

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

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

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

border-color css

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

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

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