Html Css Color HEX #F80F00 Red

📋 copy color: '#F80F00'

red 248 ◦ green 15 ◦ blue 0

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

Shades of Red #F80F00

Tints of Red #F80F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

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

R = 94.3%
G = 5.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F80F00 (or 0xF80F00) is known color: Red. HEX triplet: F8, 0F and 00. RGB value is (248,15,0). Sum of RGB (Red+Green+Blue) = 248+15+0=263 (34% of max value = 765). Red value is 248 (97.27% from 255 or 94.30% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80F00 is #07F0FF. Grayscale: #535353. Windows color (decimal): -520448 or 4088. OLE color: 4088.

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

Color convert

RGB 248 15 0 -
CMYK 0 0.94 1 0.03
HSL 3.63º 1% 0.49% -
HSV(B) 3.63º 1% 0.97% -
XYZ 38.88 20.3 1.87 -
YUV 82.96 81.19 245.72 -
System Red Green Blue C M Y K H S L
Decimal 248 15 0 0 0.94 1 0.03 3.63 1 0.49
Hex F8 F 0 0 5E 64 3 4 64 31
Octal 370 17 0 0 136 144 3 4 144 61
Binary 11111000 1111 0 0 1011110 1100100 11 100 1100100 110001

Color Harmonies of #F80F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80F00

Black with #F80F00

Text Example


Text Example

White with #F80F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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