Html Css Color HEX #FC040F Torch Red

📋 copy color: '#FC040F'

red 252 ◦ green 4 ◦ blue 15

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

Shades of Torch Red #FC040F

Tints of Torch Red #FC040F

RGB

 RED value IS 252 (98.83% from 255) = 92.99%

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 92.99%
G = 1.48%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC040F (or 0xFC040F) is known color: Torch Red. HEX triplet: FC, 04 and 0F. RGB value is (252,4,15). Sum of RGB (Red+Green+Blue) = 252+4+15=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC040F is #03FBF0. Grayscale: #4F4F4F. Windows color (decimal): -261105 or 984316. OLE color: 984316.

HSL color Cylindrical-coordinate representation of color #FC040F: hue angle of 357.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC040F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 15 -
CMYK 0 0.98 0.94 0.01
HSL 357.34º 0.98% 0.5% -
HSV(B) 357.34º 0.98% 0.99% -
XYZ 40.27 20.82 2.35 -
YUV 79.41 91.66 251.11 -
System Red Green Blue C M Y K H S L
Decimal 252 4 15 0 0.98 0.94 0.01 357.34 0.98 0.5
Hex FC 4 F 0 62 5E 1 165 62 32
Octal 374 4 17 0 142 136 1 545 142 62
Binary 11111100 100 1111 0 1100010 1011110 1 101100101 1100010 110010

Color Harmonies of #FC040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC040F

Black with #FC040F

Text Example


Text Example

White with #FC040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC040F; }

 p { color: rgb(252,4,15); }

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

background-color css

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

 a { background-color: rgb(252,4,15); }

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

border-color css

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

 span { border-color: rgb(252,4,15); }

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