Html Css Color HEX #F8052A Torch Red

📋 copy color: '#F8052A'

red 248 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #F8052A

Tints of Torch Red #F8052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 84.07%
G = 1.69%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8052A (or 0xF8052A) is known color: Torch Red. HEX triplet: F8, 05 and 2A. RGB value is (248,5,42). Sum of RGB (Red+Green+Blue) = 248+5+42=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8052A is #07FAD5. Grayscale: #515151. Windows color (decimal): -522966 or 2754040. OLE color: 2754040.

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

Color convert

RGB 248 5 42 -
CMYK 0 0.98 0.83 0.03
HSL 350.86º 0.96% 0.5% -
HSV(B) 350.86º 0.98% 0.97% -
XYZ 39.18 20.23 4.03 -
YUV 81.88 105.51 246.49 -
System Red Green Blue C M Y K H S L
Decimal 248 5 42 0 0.98 0.83 0.03 350.86 0.96 0.5
Hex F8 5 2A 0 62 53 3 15F 60 32
Octal 370 5 52 0 142 123 3 537 140 62
Binary 11111000 101 101010 0 1100010 1010011 11 101011111 1100000 110010

Color Harmonies of #F8052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8052A

Black with #F8052A

Text Example


Text Example

White with #F8052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8052A; }

 p { color: rgb(248,5,42); }

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

background-color css

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

 a { background-color: rgb(248,5,42); }

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

border-color css

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

 span { border-color: rgb(248,5,42); }

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