Html Css Color HEX #FA100A Red

📋 copy color: '#FA100A'

red 250 ◦ green 16 ◦ blue 10

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

Shades of Red #FA100A

Tints of Red #FA100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 90.58%
G = 5.8%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA100A (or 0xFA100A) is known color: Red. HEX triplet: FA, 10 and 0A. RGB value is (250,16,10). Sum of RGB (Red+Green+Blue) = 250+16+10=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA100A is #05EFF5. Grayscale: #555555. Windows color (decimal): -389110 or 659706. OLE color: 659706.

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

Color convert

RGB 250 16 10 -
CMYK 0 0.94 0.96 0.02
HSL 1.5º 0.96% 0.51% -
HSV(B) 1.5º 0.96% 0.98% -
XYZ 39.66 20.72 2.2 -
YUV 85.28 85.52 245.49 -
System Red Green Blue C M Y K H S L
Decimal 250 16 10 0 0.94 0.96 0.02 1.5 0.96 0.51
Hex FA 10 A 0 5E 60 2 2 60 33
Octal 372 20 12 0 136 140 2 2 140 63
Binary 11111010 10000 1010 0 1011110 1100000 10 10 1100000 110011

Color Harmonies of #FA100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA100A

Black with #FA100A

Text Example


Text Example

White with #FA100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA100A; }

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

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

background-color css

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

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

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

border-color css

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

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

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