Html Css Color HEX #F80700 Red

📋 copy color: '#F80700'

red 248 ◦ green 7 ◦ blue 0

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

Shades of Red #F80700

Tints of Red #F80700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

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

R = 97.25%
G = 2.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F80700 (or 0xF80700) is known color: Red. HEX triplet: F8, 07 and 00. RGB value is (248,7,0). Sum of RGB (Red+Green+Blue) = 248+7+0=255 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.25% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 248 - color contains mainly: red. Hex color #F80700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80700 is #07F8FF. Grayscale: #4E4E4E. Windows color (decimal): -522496 or 2040. OLE color: 2040.

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

Color convert

RGB 248 7 0 -
CMYK 0 0.97 1 0.03
HSL 1.69º 1% 0.49% -
HSV(B) 1.69º 1% 0.97% -
XYZ 38.79 20.11 1.84 -
YUV 78.26 83.84 249.07 -
System Red Green Blue C M Y K H S L
Decimal 248 7 0 0 0.97 1 0.03 1.69 1 0.49
Hex F8 7 0 0 61 64 3 2 64 31
Octal 370 7 0 0 141 144 3 2 144 61
Binary 11111000 111 0 0 1100001 1100100 11 10 1100100 110001

Color Harmonies of #F80700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80700

Black with #F80700

Text Example


Text Example

White with #F80700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80700; }

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

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

background-color css

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

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

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

border-color css

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

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

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