Html Css Color HEX #F8023C Torch Red

📋 copy color: '#F8023C'

red 248 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #F8023C

Tints of Torch Red #F8023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 80%
G = 0.65%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8023C (or 0xF8023C) is known color: Torch Red. HEX triplet: F8, 02 and 3C. RGB value is (248,2,60). Sum of RGB (Red+Green+Blue) = 248+2+60=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8023C is #07FDC3. Grayscale: #525252. Windows color (decimal): -523716 or 3932920. OLE color: 3932920.

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

Color convert

RGB 248 2 60 -
CMYK 0 0.99 0.76 0.03
HSL 345.85º 0.98% 0.49% -
HSV(B) 345.85º 0.99% 0.97% -
XYZ 39.55 20.33 6.11 -
YUV 82.17 115.5 246.28 -
System Red Green Blue C M Y K H S L
Decimal 248 2 60 0 0.99 0.76 0.03 345.85 0.98 0.49
Hex F8 2 3C 0 63 4C 3 15A 62 31
Octal 370 2 74 0 143 114 3 532 142 61
Binary 11111000 10 111100 0 1100011 1001100 11 101011010 1100010 110001

Color Harmonies of #F8023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8023C

Black with #F8023C

Text Example


Text Example

White with #F8023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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