Html Css Color HEX #FA310C Scarlet

📋 copy color: '#FA310C'

red 250 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #FA310C

Tints of Scarlet #FA310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 80.39%
G = 15.76%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA310C (or 0xFA310C) is known color: Scarlet. HEX triplet: FA, 31 and 0C. RGB value is (250,49,12). Sum of RGB (Red+Green+Blue) = 250+49+12=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA310C is #05CEF3. Grayscale: #696969. Windows color (decimal): -380660 or 799226. OLE color: 799226.

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

Color convert

RGB 250 49 12 -
CMYK 0 0.80 0.95 0.02
HSL 9.33º 0.96% 0.51% -
HSV(B) 9.33º 0.95% 0.98% -
XYZ 40.59 22.55 2.56 -
YUV 104.88 75.59 231.51 -
System Red Green Blue C M Y K H S L
Decimal 250 49 12 0 0.80 0.95 0.02 9.33 0.96 0.51
Hex FA 31 C 0 50 5F 2 9 60 33
Octal 372 61 14 0 120 137 2 11 140 63
Binary 11111010 110001 1100 0 1010000 1011111 10 1001 1100000 110011

Color Harmonies of #FA310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA310C

Black with #FA310C

Text Example


Text Example

White with #FA310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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