Html Css Color HEX #FA0E0B Red

📋 copy color: '#FA0E0B'

red 250 ◦ green 14 ◦ blue 11

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

Shades of Red #FA0E0B

Tints of Red #FA0E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4%

R = 90.91%
G = 5.09%
B = 4%

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

#FA0E0B (or 0xFA0E0B) is known color: Red. HEX triplet: FA, 0E and 0B. RGB value is (250,14,11). Sum of RGB (Red+Green+Blue) = 250+14+11=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E0B is #05F1F4. Grayscale: #545454. Windows color (decimal): -389621 or 724730. OLE color: 724730.

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

Color convert

RGB 250 14 11 -
CMYK 0 0.94 0.96 0.02
HSL 0.75º 0.96% 0.51% -
HSV(B) 0.75º 0.96% 0.98% -
XYZ 39.64 20.66 2.22 -
YUV 84.22 86.69 246.24 -
System Red Green Blue C M Y K H S L
Decimal 250 14 11 0 0.94 0.96 0.02 0.75 0.96 0.51
Hex FA E B 0 5E 60 2 1 60 33
Octal 372 16 13 0 136 140 2 1 140 63
Binary 11111010 1110 1011 0 1011110 1100000 10 1 1100000 110011

Color Harmonies of #FA0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E0B

Black with #FA0E0B

Text Example


Text Example

White with #FA0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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