Html Css Color HEX #FA0802 Red

📋 copy color: '#FA0802'

red 250 ◦ green 8 ◦ blue 2

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

Shades of Red #FA0802

Tints of Red #FA0802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 96.15%
G = 3.08%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA0802 (or 0xFA0802) is known color: Red. HEX triplet: FA, 08 and 02. RGB value is (250,8,2). Sum of RGB (Red+Green+Blue) = 250+8+2=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0802 is #05F7FD. Grayscale: #4F4F4F. Windows color (decimal): -391166 or 133370. OLE color: 133370.

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

Color convert

RGB 250 8 2 -
CMYK 0 0.97 0.99 0.02
HSL 1.45º 0.98% 0.49% -
HSV(B) 1.45º 0.99% 0.98% -
XYZ 39.52 20.5 1.93 -
YUV 79.67 84.17 249.49 -
System Red Green Blue C M Y K H S L
Decimal 250 8 2 0 0.97 0.99 0.02 1.45 0.98 0.49
Hex FA 8 2 0 61 63 2 1 62 31
Octal 372 10 2 0 141 143 2 1 142 61
Binary 11111010 1000 10 0 1100001 1100011 10 1 1100010 110001

Color Harmonies of #FA0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0802

Black with #FA0802

Text Example


Text Example

White with #FA0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0802; }

 p { color: rgb(250,8,2); }

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

background-color css

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

 a { background-color: rgb(250,8,2); }

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

border-color css

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

 span { border-color: rgb(250,8,2); }

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