Html Css Color HEX #FA3012 Scarlet

📋 copy color: '#FA3012'

red 250 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #FA3012

Tints of Scarlet #FA3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 79.11%
G = 15.19%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3012 (or 0xFA3012) is known color: Scarlet. HEX triplet: FA, 30 and 12. RGB value is (250,48,18). Sum of RGB (Red+Green+Blue) = 250+48+18=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3012 is #05CFED. Grayscale: #696969. Windows color (decimal): -380910 or 1192186. OLE color: 1192186.

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

Color convert

RGB 250 48 18 -
CMYK 0 0.81 0.93 0.02
HSL 7.76º 0.96% 0.53% -
HSV(B) 7.76º 0.93% 0.98% -
XYZ 40.59 22.48 2.77 -
YUV 104.98 78.92 231.44 -
System Red Green Blue C M Y K H S L
Decimal 250 48 18 0 0.81 0.93 0.02 7.76 0.96 0.53
Hex FA 30 12 0 51 5D 2 8 60 35
Octal 372 60 22 0 121 135 2 10 140 65
Binary 11111010 110000 10010 0 1010001 1011101 10 1000 1100000 110101

Color Harmonies of #FA3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3012

Black with #FA3012

Text Example


Text Example

White with #FA3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3012; }

 p { color: rgb(250,48,18); }

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

background-color css

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

 a { background-color: rgb(250,48,18); }

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

border-color css

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

 span { border-color: rgb(250,48,18); }

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