Html Css Color HEX #FA0E00 Red

📋 copy color: '#FA0E00'

red 250 ◦ green 14 ◦ blue 0

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

Shades of Red #FA0E00

Tints of Red #FA0E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.7%
G = 5.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA0E00 (or 0xFA0E00) is known color: Red. HEX triplet: FA, 0E and 00. RGB value is (250,14,0). Sum of RGB (Red+Green+Blue) = 250+14+0=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E00 is #05F1FF. Grayscale: #535353. Windows color (decimal): -389632 or 3834. OLE color: 3834.

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

Color convert

RGB 250 14 0 -
CMYK 0 0.94 1 0.02
HSL 3.36º 1% 0.49% -
HSV(B) 3.36º 1% 0.98% -
XYZ 39.58 20.64 1.9 -
YUV 82.97 81.19 247.14 -
System Red Green Blue C M Y K H S L
Decimal 250 14 0 0 0.94 1 0.02 3.36 1 0.49
Hex FA E 0 0 5E 64 2 3 64 31
Octal 372 16 0 0 136 144 2 3 144 61
Binary 11111010 1110 0 0 1011110 1100100 10 11 1100100 110001

Color Harmonies of #FA0E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E00

Black with #FA0E00

Text Example


Text Example

White with #FA0E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E00; }

 p { color: rgb(250,14,0); }

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

background-color css

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

 a { background-color: rgb(250,14,0); }

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

border-color css

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

 span { border-color: rgb(250,14,0); }

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