Html Css Color HEX #F8003E Torch Red

📋 copy color: '#F8003E'

red 248 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #F8003E

Tints of Torch Red #F8003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8003E (or 0xF8003E) is known color: Torch Red. HEX triplet: F8, 00 and 3E. RGB value is (248,0,62). Sum of RGB (Red+Green+Blue) = 248+0+62=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8003E is #07FFC1. Grayscale: #515151. Windows color (decimal): -524226 or 4063480. OLE color: 4063480.

HSL color Cylindrical-coordinate representation of color #F8003E: hue angle of 345º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8003E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 62 -
CMYK 0 1 0.75 0.03
HSL 345º 1% 0.49% -
HSV(B) 345º 1% 0.97% -
XYZ 39.58 20.3 6.39 -
YUV 81.22 117.16 246.96 -
System Red Green Blue C M Y K H S L
Decimal 248 0 62 0 1 0.75 0.03 345 1 0.49
Hex F8 0 3E 0 64 4B 3 159 64 31
Octal 370 0 76 0 144 113 3 531 144 61
Binary 11111000 0 111110 0 1100100 1001011 11 101011001 1100100 110001

Color Harmonies of #F8003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8003E

Black with #F8003E

Text Example


Text Example

White with #F8003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8003E; }

 p { color: rgb(248,0,62); }

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

background-color css

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

 a { background-color: rgb(248,0,62); }

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

border-color css

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

 span { border-color: rgb(248,0,62); }

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