Html Css Color HEX #F8033D Torch Red

📋 copy color: '#F8033D'

red 248 ◦ green 3 ◦ blue 61

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

Shades of Torch Red #F8033D

Tints of Torch Red #F8033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 79.49%
G = 0.96%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8033D (or 0xF8033D) is known color: Torch Red. HEX triplet: F8, 03 and 3D. RGB value is (248,3,61). Sum of RGB (Red+Green+Blue) = 248+3+61=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8033D is #07FCC2. Grayscale: #525252. Windows color (decimal): -523459 or 3998712. OLE color: 3998712.

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

Color convert

RGB 248 3 61 -
CMYK 0 0.99 0.75 0.03
HSL 345.8º 0.98% 0.49% -
HSV(B) 345.8º 0.99% 0.97% -
XYZ 39.59 20.36 6.26 -
YUV 82.87 115.67 245.78 -
System Red Green Blue C M Y K H S L
Decimal 248 3 61 0 0.99 0.75 0.03 345.8 0.98 0.49
Hex F8 3 3D 0 63 4B 3 15A 62 31
Octal 370 3 75 0 143 113 3 532 142 61
Binary 11111000 11 111101 0 1100011 1001011 11 101011010 1100010 110001

Color Harmonies of #F8033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8033D

Black with #F8033D

Text Example


Text Example

White with #F8033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8033D; }

 p { color: rgb(248,3,61); }

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

background-color css

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

 a { background-color: rgb(248,3,61); }

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

border-color css

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

 span { border-color: rgb(248,3,61); }

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