Html Css Color HEX #F8032D Torch Red

📋 copy color: '#F8032D'

red 248 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #F8032D

Tints of Torch Red #F8032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 83.78%
G = 1.01%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8032D (or 0xF8032D) is known color: Torch Red. HEX triplet: F8, 03 and 2D. RGB value is (248,3,45). Sum of RGB (Red+Green+Blue) = 248+3+45=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8032D is #07FCD2. Grayscale: #515151. Windows color (decimal): -523475 or 2950136. OLE color: 2950136.

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

Color convert

RGB 248 3 45 -
CMYK 0 0.99 0.82 0.03
HSL 349.71º 0.98% 0.49% -
HSV(B) 349.71º 0.99% 0.97% -
XYZ 39.22 20.21 4.32 -
YUV 81.04 107.67 247.08 -
System Red Green Blue C M Y K H S L
Decimal 248 3 45 0 0.99 0.82 0.03 349.71 0.98 0.49
Hex F8 3 2D 0 63 52 3 15E 62 31
Octal 370 3 55 0 143 122 3 536 142 61
Binary 11111000 11 101101 0 1100011 1010010 11 101011110 1100010 110001

Color Harmonies of #F8032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8032D

Black with #F8032D

Text Example


Text Example

White with #F8032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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