Html Css Color HEX #F8011B Torch Red

📋 copy color: '#F8011B'

red 248 ◦ green 1 ◦ blue 27

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

Shades of Torch Red #F8011B

Tints of Torch Red #F8011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 89.86%
G = 0.36%
B = 9.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8011B (or 0xF8011B) is known color: Torch Red. HEX triplet: F8, 01 and 1B. RGB value is (248,1,27). Sum of RGB (Red+Green+Blue) = 248+1+27=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F8011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8011B is #07FEE4. Grayscale: #4D4D4D. Windows color (decimal): -524005 or 1769976. OLE color: 1769976.

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

Color convert

RGB 248 1 27 -
CMYK 0 1.00 0.89 0.03
HSL 353.68º 0.99% 0.49% -
HSV(B) 353.68º 1% 0.97% -
XYZ 38.92 20.06 2.86 -
YUV 77.82 99.33 249.39 -
System Red Green Blue C M Y K H S L
Decimal 248 1 27 0 1.00 0.89 0.03 353.68 0.99 0.49
Hex F8 1 1B 0 64 59 3 162 63 31
Octal 370 1 33 0 144 131 3 542 143 61
Binary 11111000 1 11011 0 1100100 1011001 11 101100010 1100011 110001

Color Harmonies of #F8011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8011B

Black with #F8011B

Text Example


Text Example

White with #F8011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8011B; }

 p { color: rgb(248,1,27); }

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

background-color css

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

 a { background-color: rgb(248,1,27); }

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

border-color css

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

 span { border-color: rgb(248,1,27); }

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