Html Css Color HEX #FA320A Scarlet

📋 copy color: '#FA320A'

red 250 ◦ green 50 ◦ blue 10

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

Shades of Scarlet #FA320A

Tints of Scarlet #FA320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 80.65%
G = 16.13%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA320A (or 0xFA320A) is known color: Scarlet. HEX triplet: FA, 32 and 0A. RGB value is (250,50,10). Sum of RGB (Red+Green+Blue) = 250+50+10=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA320A is #05CDF5. Grayscale: #696969. Windows color (decimal): -380406 or 668410. OLE color: 668410.

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

Color convert

RGB 250 50 10 -
CMYK 0 0.8 0.96 0.02
HSL 10º 0.96% 0.51% -
HSV(B) 10º 0.96% 0.98% -
XYZ 40.62 22.63 2.51 -
YUV 105.24 74.26 231.25 -
System Red Green Blue C M Y K H S L
Decimal 250 50 10 0 0.8 0.96 0.02 10 0.96 0.51
Hex FA 32 A 0 50 60 2 A 60 33
Octal 372 62 12 0 120 140 2 12 140 63
Binary 11111010 110010 1010 0 1010000 1100000 10 1010 1100000 110011

Color Harmonies of #FA320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA320A

Black with #FA320A

Text Example


Text Example

White with #FA320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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