Html Css Color HEX #F8022E Torch Red

📋 copy color: '#F8022E'

red 248 ◦ green 2 ◦ blue 46

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

Shades of Torch Red #F8022E

Tints of Torch Red #F8022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 83.78%
G = 0.68%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8022E (or 0xF8022E) is known color: Torch Red. HEX triplet: F8, 02 and 2E. RGB value is (248,2,46). Sum of RGB (Red+Green+Blue) = 248+2+46=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8022E is #07FDD1. Grayscale: #505050. Windows color (decimal): -523730 or 3015416. OLE color: 3015416.

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

Color convert

RGB 248 2 46 -
CMYK 0 0.99 0.81 0.03
HSL 349.27º 0.98% 0.49% -
HSV(B) 349.27º 0.99% 0.97% -
XYZ 39.23 20.2 4.42 -
YUV 80.57 108.5 247.42 -
System Red Green Blue C M Y K H S L
Decimal 248 2 46 0 0.99 0.81 0.03 349.27 0.98 0.49
Hex F8 2 2E 0 63 51 3 15D 62 31
Octal 370 2 56 0 143 121 3 535 142 61
Binary 11111000 10 101110 0 1100011 1010001 11 101011101 1100010 110001

Color Harmonies of #F8022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8022E

Black with #F8022E

Text Example


Text Example

White with #F8022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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