Html Css Color HEX #FA3301 Scarlet

📋 copy color: '#FA3301'

red 250 ◦ green 51 ◦ blue 1

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

Shades of Scarlet #FA3301

Tints of Scarlet #FA3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 82.78%
G = 16.89%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA3301 (or 0xFA3301) is known color: Scarlet. HEX triplet: FA, 33 and 01. RGB value is (250,51,1). Sum of RGB (Red+Green+Blue) = 250+51+1=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3301 is #05CCFE. Grayscale: #696969. Windows color (decimal): -380159 or 78842. OLE color: 78842.

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

Color convert

RGB 250 51 1 -
CMYK 0 0.80 1.00 0.02
HSL 12.05º 0.99% 0.49% -
HSV(B) 12.05º 1% 0.98% -
XYZ 40.61 22.69 2.27 -
YUV 104.8 69.43 231.57 -
System Red Green Blue C M Y K H S L
Decimal 250 51 1 0 0.80 1.00 0.02 12.05 0.99 0.49
Hex FA 33 1 0 50 64 2 C 63 31
Octal 372 63 1 0 120 144 2 14 143 61
Binary 11111010 110011 1 0 1010000 1100100 10 1100 1100011 110001

Color Harmonies of #FA3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3301

Black with #FA3301

Text Example


Text Example

White with #FA3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3301; }

 p { color: rgb(250,51,1); }

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

background-color css

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

 a { background-color: rgb(250,51,1); }

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

border-color css

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

 span { border-color: rgb(250,51,1); }

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