Html Css Color HEX #F80600 Red

📋 copy color: '#F80600'

red 248 ◦ green 6 ◦ blue 0

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

Shades of Red #F80600

Tints of Red #F80600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 97.64%
G = 2.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F80600 (or 0xF80600) is known color: Red. HEX triplet: F8, 06 and 00. RGB value is (248,6,0). Sum of RGB (Red+Green+Blue) = 248+6+0=254 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.64% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 248 - color contains mainly: red. Hex color #F80600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80600 is #07F9FF. Grayscale: #4D4D4D. Windows color (decimal): -522752 or 1784. OLE color: 1784.

HSL color Cylindrical-coordinate representation of color #F80600: hue angle of 1.45º 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 #F80600 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 6 0 -
CMYK 0 0.98 1 0.03
HSL 1.45º 1% 0.49% -
HSV(B) 1.45º 1% 0.97% -
XYZ 38.78 20.09 1.83 -
YUV 77.67 84.17 249.49 -
System Red Green Blue C M Y K H S L
Decimal 248 6 0 0 0.98 1 0.03 1.45 1 0.49
Hex F8 6 0 0 62 64 3 1 64 31
Octal 370 6 0 0 142 144 3 1 144 61
Binary 11111000 110 0 0 1100010 1100100 11 1 1100100 110001

Color Harmonies of #F80600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80600

Black with #F80600

Text Example


Text Example

White with #F80600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80600; }

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

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

background-color css

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

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

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

border-color css

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

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

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