Html Css Color HEX #F8024B Torch Red

📋 copy color: '#F8024B'

red 248 ◦ green 2 ◦ blue 75

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

Shades of Torch Red #F8024B

Tints of Torch Red #F8024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 76.31%
G = 0.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8024B (or 0xF8024B) is known color: Torch Red. HEX triplet: F8, 02 and 4B. RGB value is (248,2,75). Sum of RGB (Red+Green+Blue) = 248+2+75=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8024B is #07FDB4. Grayscale: #535353. Windows color (decimal): -523701 or 4915960. OLE color: 4915960.

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

Color convert

RGB 248 2 75 -
CMYK 0 0.99 0.70 0.03
HSL 342.2º 0.98% 0.49% -
HSV(B) 342.2º 0.99% 0.97% -
XYZ 40 20.51 8.51 -
YUV 83.88 123 245.06 -
System Red Green Blue C M Y K H S L
Decimal 248 2 75 0 0.99 0.70 0.03 342.2 0.98 0.49
Hex F8 2 4B 0 63 46 3 156 62 31
Octal 370 2 113 0 143 106 3 526 142 61
Binary 11111000 10 1001011 0 1100011 1000110 11 101010110 1100010 110001

Color Harmonies of #F8024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8024B

Black with #F8024B

Text Example


Text Example

White with #F8024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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