Html Css Color HEX #F8030F Torch Red

📋 copy color: '#F8030F'

red 248 ◦ green 3 ◦ blue 15

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

Shades of Torch Red #F8030F

Tints of Torch Red #F8030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 93.23%
G = 1.13%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8030F (or 0xF8030F) is known color: Torch Red. HEX triplet: F8, 03 and 0F. RGB value is (248,3,15). Sum of RGB (Red+Green+Blue) = 248+3+15=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F8030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8030F is #07FCF0. Grayscale: #4D4D4D. Windows color (decimal): -523505 or 984056. OLE color: 984056.

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

Color convert

RGB 248 3 15 -
CMYK 0 0.99 0.94 0.03
HSL 357.06º 0.98% 0.49% -
HSV(B) 357.06º 0.99% 0.97% -
XYZ 38.83 20.06 2.28 -
YUV 77.62 92.67 249.52 -
System Red Green Blue C M Y K H S L
Decimal 248 3 15 0 0.99 0.94 0.03 357.06 0.98 0.49
Hex F8 3 F 0 63 5E 3 165 62 31
Octal 370 3 17 0 143 136 3 545 142 61
Binary 11111000 11 1111 0 1100011 1011110 11 101100101 1100010 110001

Color Harmonies of #F8030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8030F

Black with #F8030F

Text Example


Text Example

White with #F8030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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