Html Css Color HEX #F80B02 Red

📋 copy color: '#F80B02'

red 248 ◦ green 11 ◦ blue 2

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

Shades of Red #F80B02

Tints of Red #F80B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.21%

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

R = 95.02%
G = 4.21%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F80B02 (or 0xF80B02) is known color: Red. HEX triplet: F8, 0B and 02. RGB value is (248,11,2). Sum of RGB (Red+Green+Blue) = 248+11+2=261 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.02% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B02 is #07F4FD. Grayscale: #515151. Windows color (decimal): -521470 or 134136. OLE color: 134136.

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

Color convert

RGB 248 11 2 -
CMYK 0 0.96 0.99 0.03
HSL 2.2º 0.98% 0.49% -
HSV(B) 2.2º 0.99% 0.97% -
XYZ 38.84 20.2 1.91 -
YUV 80.84 83.52 247.23 -
System Red Green Blue C M Y K H S L
Decimal 248 11 2 0 0.96 0.99 0.03 2.2 0.98 0.49
Hex F8 B 2 0 60 63 3 2 62 31
Octal 370 13 2 0 140 143 3 2 142 61
Binary 11111000 1011 10 0 1100000 1100011 11 10 1100010 110001

Color Harmonies of #F80B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B02

Black with #F80B02

Text Example


Text Example

White with #F80B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B02; }

 p { color: rgb(248,11,2); }

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

background-color css

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

 a { background-color: rgb(248,11,2); }

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

border-color css

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

 span { border-color: rgb(248,11,2); }

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