Html Css Color HEX #FA310E Scarlet

📋 copy color: '#FA310E'

red 250 ◦ green 49 ◦ blue 14

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

Shades of Scarlet #FA310E

Tints of Scarlet #FA310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 79.87%
G = 15.65%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA310E (or 0xFA310E) is known color: Scarlet. HEX triplet: FA, 31 and 0E. RGB value is (250,49,14). Sum of RGB (Red+Green+Blue) = 250+49+14=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA310E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA310E is #05CEF1. Grayscale: #696969. Windows color (decimal): -380658 or 930298. OLE color: 930298.

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

Color convert

RGB 250 49 14 -
CMYK 0 0.80 0.94 0.02
HSL 8.9º 0.96% 0.52% -
HSV(B) 8.9º 0.94% 0.98% -
XYZ 40.6 22.55 2.63 -
YUV 105.11 76.59 231.35 -
System Red Green Blue C M Y K H S L
Decimal 250 49 14 0 0.80 0.94 0.02 8.9 0.96 0.52
Hex FA 31 E 0 50 5E 2 9 60 34
Octal 372 61 16 0 120 136 2 11 140 64
Binary 11111010 110001 1110 0 1010000 1011110 10 1001 1100000 110100

Color Harmonies of #FA310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA310E

Black with #FA310E

Text Example


Text Example

White with #FA310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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