Html Css Color HEX #F8120E Red

📋 copy color: '#F8120E'

red 248 ◦ green 18 ◦ blue 14

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

Shades of Red #F8120E

Tints of Red #F8120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 88.57%
G = 6.43%
B = 5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8120E (or 0xF8120E) is known color: Red. HEX triplet: F8, 12 and 0E. RGB value is (248,18,14). Sum of RGB (Red+Green+Blue) = 248+18+14=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F8120E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8120E is #07EDF1. Grayscale: #565656. Windows color (decimal): -519666 or 922360. OLE color: 922360.

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

Color convert

RGB 248 18 14 -
CMYK 0 0.93 0.94 0.03
HSL 1.03º 0.94% 0.51% -
HSV(B) 1.03º 0.94% 0.97% -
XYZ 39.01 20.42 2.3 -
YUV 86.31 87.2 243.33 -
System Red Green Blue C M Y K H S L
Decimal 248 18 14 0 0.93 0.94 0.03 1.03 0.94 0.51
Hex F8 12 E 0 5D 5E 3 1 5E 33
Octal 370 22 16 0 135 136 3 1 136 63
Binary 11111000 10010 1110 0 1011101 1011110 11 1 1011110 110011

Color Harmonies of #F8120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8120E

Black with #F8120E

Text Example


Text Example

White with #F8120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8120E; }

 p { color: rgb(248,18,14); }

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

background-color css

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

 a { background-color: rgb(248,18,14); }

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

border-color css

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

 span { border-color: rgb(248,18,14); }

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