Html Css Color HEX #F8023D Torch Red

📋 copy color: '#F8023D'

red 248 ◦ green 2 ◦ blue 61

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

Shades of Torch Red #F8023D

Tints of Torch Red #F8023D

RGB

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

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

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

R = 79.74%
G = 0.64%
B = 19.61%

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

#F8023D (or 0xF8023D) is known color: Torch Red. HEX triplet: F8, 02 and 3D. RGB value is (248,2,61). Sum of RGB (Red+Green+Blue) = 248+2+61=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F8023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8023D is #07FDC2. Grayscale: #525252. Windows color (decimal): -523715 or 3998456. OLE color: 3998456.

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

Color convert

RGB 248 2 61 -
CMYK 0 0.99 0.75 0.03
HSL 345.61º 0.98% 0.49% -
HSV(B) 345.61º 0.99% 0.97% -
XYZ 39.58 20.34 6.25 -
YUV 82.28 116 246.2 -
System Red Green Blue C M Y K H S L
Decimal 248 2 61 0 0.99 0.75 0.03 345.61 0.98 0.49
Hex F8 2 3D 0 63 4B 3 15A 62 31
Octal 370 2 75 0 143 113 3 532 142 61
Binary 11111000 10 111101 0 1100011 1001011 11 101011010 1100010 110001

Color Harmonies of #F8023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8023D

Black with #F8023D

Text Example


Text Example

White with #F8023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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