Html Css Color HEX #FA2012 Scarlet

📋 copy color: '#FA2012'

red 250 ◦ green 32 ◦ blue 18

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

Shades of Scarlet #FA2012

Tints of Scarlet #FA2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 83.33%
G = 10.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2012 (or 0xFA2012) is known color: Scarlet. HEX triplet: FA, 20 and 12. RGB value is (250,32,18). Sum of RGB (Red+Green+Blue) = 250+32+18=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2012 is #05DFED. Grayscale: #5F5F5F. Windows color (decimal): -385006 or 1188090. OLE color: 1188090.

HSL color Cylindrical-coordinate representation of color #FA2012: hue angle of 3.62º 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 #FA2012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 32 18 -
CMYK 0 0.87 0.93 0.02
HSL 3.62º 0.96% 0.53% -
HSV(B) 3.62º 0.93% 0.98% -
XYZ 40.05 21.4 2.59 -
YUV 95.59 84.22 238.14 -
System Red Green Blue C M Y K H S L
Decimal 250 32 18 0 0.87 0.93 0.02 3.62 0.96 0.53
Hex FA 20 12 0 57 5D 2 4 60 35
Octal 372 40 22 0 127 135 2 4 140 65
Binary 11111010 100000 10010 0 1010111 1011101 10 100 1100000 110101

Color Harmonies of #FA2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2012

Black with #FA2012

Text Example


Text Example

White with #FA2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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