Html Css Color HEX #F9051D Torch Red

📋 copy color: '#F9051D'

red 249 ◦ green 5 ◦ blue 29

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

Shades of Torch Red #F9051D

Tints of Torch Red #F9051D

RGB

 RED value IS 249 (97.66% from 255) = 87.99%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 87.99%
G = 1.77%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9051D (or 0xF9051D) is known color: Torch Red. HEX triplet: F9, 05 and 1D. RGB value is (249,5,29). Sum of RGB (Red+Green+Blue) = 249+5+29=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F9051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9051D is #06FAE2. Grayscale: #505050. Windows color (decimal): -457443 or 1902073. OLE color: 1902073.

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

Color convert

RGB 249 5 29 -
CMYK 0 0.98 0.88 0.02
HSL 354.1º 0.96% 0.5% -
HSV(B) 354.1º 0.98% 0.98% -
XYZ 39.34 20.34 3.01 -
YUV 80.69 98.84 248.05 -
System Red Green Blue C M Y K H S L
Decimal 249 5 29 0 0.98 0.88 0.02 354.1 0.96 0.5
Hex F9 5 1D 0 62 58 2 162 60 32
Octal 371 5 35 0 142 130 2 542 140 62
Binary 11111001 101 11101 0 1100010 1011000 10 101100010 1100000 110010

Color Harmonies of #F9051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9051D

Black with #F9051D

Text Example


Text Example

White with #F9051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9051D; }

 p { color: rgb(249,5,29); }

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

background-color css

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

 a { background-color: rgb(249,5,29); }

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

border-color css

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

 span { border-color: rgb(249,5,29); }

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