Html Css Color HEX #F80623 Torch Red

📋 copy color: '#F80623'

red 248 ◦ green 6 ◦ blue 35

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

Shades of Torch Red #F80623

Tints of Torch Red #F80623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 85.81%
G = 2.08%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F80623 (or 0xF80623) is known color: Torch Red. HEX triplet: F8, 06 and 23. RGB value is (248,6,35). Sum of RGB (Red+Green+Blue) = 248+6+35=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F80623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80623 is #07F9DC. Grayscale: #515151. Windows color (decimal): -522717 or 2295544. OLE color: 2295544.

HSL color Cylindrical-coordinate representation of color #F80623: hue angle of 352.81º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80623 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 6 35 -
CMYK 0 0.98 0.86 0.03
HSL 352.81º 0.95% 0.5% -
HSV(B) 352.81º 0.98% 0.97% -
XYZ 39.08 20.21 3.43 -
YUV 81.66 101.67 246.64 -
System Red Green Blue C M Y K H S L
Decimal 248 6 35 0 0.98 0.86 0.03 352.81 0.95 0.5
Hex F8 6 23 0 62 56 3 161 5F 32
Octal 370 6 43 0 142 126 3 541 137 62
Binary 11111000 110 100011 0 1100010 1010110 11 101100001 1011111 110010

Color Harmonies of #F80623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80623

Black with #F80623

Text Example


Text Example

White with #F80623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80623; }

 p { color: rgb(248,6,35); }

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

background-color css

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

 a { background-color: rgb(248,6,35); }

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

border-color css

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

 span { border-color: rgb(248,6,35); }

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