Html Css Color HEX #FA3311 Scarlet

📋 copy color: '#FA3311'

red 250 ◦ green 51 ◦ blue 17

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

Shades of Scarlet #FA3311

Tints of Scarlet #FA3311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 78.62%
G = 16.04%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3311 (or 0xFA3311) is known color: Scarlet. HEX triplet: FA, 33 and 11. RGB value is (250,51,17). Sum of RGB (Red+Green+Blue) = 250+51+17=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3311 is #05CCEE. Grayscale: #6A6A6A. Windows color (decimal): -380143 or 1127418. OLE color: 1127418.

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

Color convert

RGB 250 51 17 -
CMYK 0 0.80 0.93 0.02
HSL 8.76º 0.96% 0.52% -
HSV(B) 8.76º 0.93% 0.98% -
XYZ 40.71 22.73 2.77 -
YUV 106.63 77.43 230.26 -
System Red Green Blue C M Y K H S L
Decimal 250 51 17 0 0.80 0.93 0.02 8.76 0.96 0.52
Hex FA 33 11 0 50 5D 2 9 60 34
Octal 372 63 21 0 120 135 2 11 140 64
Binary 11111010 110011 10001 0 1010000 1011101 10 1001 1100000 110100

Color Harmonies of #FA3311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3311

Black with #FA3311

Text Example


Text Example

White with #FA3311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3311; }

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

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

background-color css

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

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

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

border-color css

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

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

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