Html Css Color HEX #F80A00 Red

📋 copy color: '#F80A00'

red 248 ◦ green 10 ◦ blue 0

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

Shades of Red #F80A00

Tints of Red #F80A00

RGB

 RED value IS 248 (97.27% from 255) = 96.12%

 GREEN value IS 10 (4.3% from 255) = 3.88%

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

R = 96.12%
G = 3.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F80A00 (or 0xF80A00) is known color: Red. HEX triplet: F8, 0A and 00. RGB value is (248,10,0). Sum of RGB (Red+Green+Blue) = 248+10+0=258 (34% of max value = 765). Red value is 248 (97.27% from 255 or 96.12% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80A00 is #07F5FF. Grayscale: #505050. Windows color (decimal): -521728 or 2808. OLE color: 2808.

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

Color convert

RGB 248 10 0 -
CMYK 0 0.96 1 0.03
HSL 2.42º 1% 0.49% -
HSV(B) 2.42º 1% 0.97% -
XYZ 38.82 20.17 1.85 -
YUV 80.02 82.85 247.81 -
System Red Green Blue C M Y K H S L
Decimal 248 10 0 0 0.96 1 0.03 2.42 1 0.49
Hex F8 A 0 0 60 64 3 2 64 31
Octal 370 12 0 0 140 144 3 2 144 61
Binary 11111000 1010 0 0 1100000 1100100 11 10 1100100 110001

Color Harmonies of #F80A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A00

Black with #F80A00

Text Example


Text Example

White with #F80A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A00; }

 p { color: rgb(248,10,0); }

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

background-color css

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

 a { background-color: rgb(248,10,0); }

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

border-color css

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

 span { border-color: rgb(248,10,0); }

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