Html Css Color HEX #F9154B Torch Red

📋 copy color: '#F9154B'

red 249 ◦ green 21 ◦ blue 75

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

Shades of Torch Red #F9154B

Tints of Torch Red #F9154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

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

R = 72.17%
G = 6.09%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9154B (or 0xF9154B) is known color: Torch Red. HEX triplet: F9, 15 and 4B. RGB value is (249,21,75). Sum of RGB (Red+Green+Blue) = 249+21+75=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9154B is #06EAB4. Grayscale: #5F5F5F. Windows color (decimal): -453301 or 4920825. OLE color: 4920825.

HSL color Cylindrical-coordinate representation of color #F9154B: hue angle of 345.79º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9154B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 75 -
CMYK 0 0.92 0.70 0.02
HSL 345.79º 0.95% 0.53% -
HSV(B) 345.79º 0.92% 0.98% -
XYZ 40.61 21.18 8.61 -
YUV 95.33 116.54 237.61 -
System Red Green Blue C M Y K H S L
Decimal 249 21 75 0 0.92 0.70 0.02 345.79 0.95 0.53
Hex F9 15 4B 0 5C 46 2 15A 5F 35
Octal 371 25 113 0 134 106 2 532 137 65
Binary 11111001 10101 1001011 0 1011100 1000110 10 101011010 1011111 110101

Color Harmonies of #F9154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9154B

Black with #F9154B

Text Example


Text Example

White with #F9154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9154B; }

 p { color: rgb(249,21,75); }

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

background-color css

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

 a { background-color: rgb(249,21,75); }

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

border-color css

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

 span { border-color: rgb(249,21,75); }

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