Html Css Color HEX #FA200A Scarlet

📋 copy color: '#FA200A'

red 250 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #FA200A

Tints of Scarlet #FA200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.42%

R = 85.62%
G = 10.96%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA200A (or 0xFA200A) is known color: Scarlet. HEX triplet: FA, 20 and 0A. RGB value is (250,32,10). Sum of RGB (Red+Green+Blue) = 250+32+10=292 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.62% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 250 - color contains mainly: red. Hex color #FA200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA200A is #05DFF5. Grayscale: #5E5E5E. Windows color (decimal): -385014 or 663802. OLE color: 663802.

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

Color convert

RGB 250 32 10 -
CMYK 0 0.87 0.96 0.02
HSL 5.5º 0.96% 0.51% -
HSV(B) 5.5º 0.96% 0.98% -
XYZ 40 21.38 2.31 -
YUV 94.67 80.22 238.79 -
System Red Green Blue C M Y K H S L
Decimal 250 32 10 0 0.87 0.96 0.02 5.5 0.96 0.51
Hex FA 20 A 0 57 60 2 6 60 33
Octal 372 40 12 0 127 140 2 6 140 63
Binary 11111010 100000 1010 0 1010111 1100000 10 110 1100000 110011

Color Harmonies of #FA200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA200A

Black with #FA200A

Text Example


Text Example

White with #FA200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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