Html Css Color HEX #FA310B Scarlet

📋 copy color: '#FA310B'

red 250 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #FA310B

Tints of Scarlet #FA310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 80.65%
G = 15.81%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA310B (or 0xFA310B) is known color: Scarlet. HEX triplet: FA, 31 and 0B. RGB value is (250,49,11). Sum of RGB (Red+Green+Blue) = 250+49+11=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA310B is #05CEF4. Grayscale: #696969. Windows color (decimal): -380661 or 733690. OLE color: 733690.

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

Color convert

RGB 250 49 11 -
CMYK 0 0.80 0.96 0.02
HSL 9.54º 0.96% 0.51% -
HSV(B) 9.54º 0.96% 0.98% -
XYZ 40.58 22.54 2.53 -
YUV 104.77 75.09 231.59 -
System Red Green Blue C M Y K H S L
Decimal 250 49 11 0 0.80 0.96 0.02 9.54 0.96 0.51
Hex FA 31 B 0 50 60 2 A 60 33
Octal 372 61 13 0 120 140 2 12 140 63
Binary 11111010 110001 1011 0 1010000 1100000 10 1010 1100000 110011

Color Harmonies of #FA310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA310B

Black with #FA310B

Text Example


Text Example

White with #FA310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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