Html Css Color HEX #FA2000 Scarlet

📋 copy color: '#FA2000'

red 250 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #FA2000

Tints of Scarlet #FA2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.65%
G = 11.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA2000 (or 0xFA2000) is known color: Scarlet. HEX triplet: FA, 20 and 00. RGB value is (250,32,0). Sum of RGB (Red+Green+Blue) = 250+32+0=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2000 is #05DFFF. Grayscale: #5D5D5D. Windows color (decimal): -385024 or 8442. OLE color: 8442.

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

Color convert

RGB 250 32 0 -
CMYK 0 0.87 1 0.02
HSL 7.68º 1% 0.49% -
HSV(B) 7.68º 1% 0.98% -
XYZ 39.94 21.36 2.02 -
YUV 93.53 75.22 239.6 -
System Red Green Blue C M Y K H S L
Decimal 250 32 0 0 0.87 1 0.02 7.68 1 0.49
Hex FA 20 0 0 57 64 2 8 64 31
Octal 372 40 0 0 127 144 2 10 144 61
Binary 11111010 100000 0 0 1010111 1100100 10 1000 1100100 110001

Color Harmonies of #FA2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2000

Black with #FA2000

Text Example


Text Example

White with #FA2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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