Html Css Color HEX #F8022F Torch Red

📋 copy color: '#F8022F'

red 248 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #F8022F

Tints of Torch Red #F8022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 83.5%
G = 0.67%
B = 15.82%

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

#F8022F (or 0xF8022F) is known color: Torch Red. HEX triplet: F8, 02 and 2F. RGB value is (248,2,47). Sum of RGB (Red+Green+Blue) = 248+2+47=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F8022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8022F is #07FDD0. Grayscale: #505050. Windows color (decimal): -523729 or 3080952. OLE color: 3080952.

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

Color convert

RGB 248 2 47 -
CMYK 0 0.99 0.81 0.03
HSL 349.02º 0.98% 0.49% -
HSV(B) 349.02º 0.99% 0.97% -
XYZ 39.25 20.21 4.52 -
YUV 80.68 109 247.34 -
System Red Green Blue C M Y K H S L
Decimal 248 2 47 0 0.99 0.81 0.03 349.02 0.98 0.49
Hex F8 2 2F 0 63 51 3 15D 62 31
Octal 370 2 57 0 143 121 3 535 142 61
Binary 11111000 10 101111 0 1100011 1010001 11 101011101 1100010 110001

Color Harmonies of #F8022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8022F

Black with #F8022F

Text Example


Text Example

White with #F8022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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