Html Css Color HEX #FA1206 Red

📋 copy color: '#FA1206'

red 250 ◦ green 18 ◦ blue 6

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

Shades of Red #FA1206

Tints of Red #FA1206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 91.24%
G = 6.57%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1206 (or 0xFA1206) is known color: Red. HEX triplet: FA, 12 and 06. RGB value is (250,18,6). Sum of RGB (Red+Green+Blue) = 250+18+6=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1206 is #05EDF9. Grayscale: #565656. Windows color (decimal): -388602 or 398074. OLE color: 398074.

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

Color convert

RGB 250 18 6 -
CMYK 0 0.93 0.98 0.02
HSL 2.95º 0.96% 0.5% -
HSV(B) 2.95º 0.98% 0.98% -
XYZ 39.67 20.77 2.09 -
YUV 86 82.86 244.98 -
System Red Green Blue C M Y K H S L
Decimal 250 18 6 0 0.93 0.98 0.02 2.95 0.96 0.5
Hex FA 12 6 0 5D 62 2 3 60 32
Octal 372 22 6 0 135 142 2 3 140 62
Binary 11111010 10010 110 0 1011101 1100010 10 11 1100000 110010

Color Harmonies of #FA1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1206

Black with #FA1206

Text Example


Text Example

White with #FA1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1206; }

 p { color: rgb(250,18,6); }

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

background-color css

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

 a { background-color: rgb(250,18,6); }

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

border-color css

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

 span { border-color: rgb(250,18,6); }

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