Html Css Color HEX #FA220A Scarlet

📋 copy color: '#FA220A'

red 250 ◦ green 34 ◦ blue 10

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

Shades of Scarlet #FA220A

Tints of Scarlet #FA220A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

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

R = 85.03%
G = 11.56%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA220A (or 0xFA220A) is known color: Scarlet. HEX triplet: FA, 22 and 0A. RGB value is (250,34,10). Sum of RGB (Red+Green+Blue) = 250+34+10=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA220A is #05DDF5. Grayscale: #606060. Windows color (decimal): -384502 or 664314. OLE color: 664314.

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

Color convert

RGB 250 34 10 -
CMYK 0 0.86 0.96 0.02
HSL 0.96% 0.51% -
HSV(B) 0.96% 0.98% -
XYZ 40.05 21.49 2.32 -
YUV 95.85 79.56 237.95 -
System Red Green Blue C M Y K H S L
Decimal 250 34 10 0 0.86 0.96 0.02 6 0.96 0.51
Hex FA 22 A 0 56 60 2 6 60 33
Octal 372 42 12 0 126 140 2 6 140 63
Binary 11111010 100010 1010 0 1010110 1100000 10 110 1100000 110011

Color Harmonies of #FA220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA220A

Black with #FA220A

Text Example


Text Example

White with #FA220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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