Html Css Color HEX #F9014B Torch Red

📋 copy color: '#F9014B'

red 249 ◦ green 1 ◦ blue 75

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

Shades of Torch Red #F9014B

Tints of Torch Red #F9014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 76.62%
G = 0.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9014B (or 0xF9014B) is known color: Torch Red. HEX triplet: F9, 01 and 4B. RGB value is (249,1,75). Sum of RGB (Red+Green+Blue) = 249+1+75=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F9014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9014B is #06FEB4. Grayscale: #535353. Windows color (decimal): -458421 or 4915705. OLE color: 4915705.

HSL color Cylindrical-coordinate representation of color #F9014B: hue angle of 342.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9014B is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 75 -
CMYK 0 1.00 0.70 0.02
HSL 342.1º 0.99% 0.49% -
HSV(B) 342.1º 1% 0.98% -
XYZ 40.35 20.67 8.52 -
YUV 83.59 123.16 245.98 -
System Red Green Blue C M Y K H S L
Decimal 249 1 75 0 1.00 0.70 0.02 342.1 0.99 0.49
Hex F9 1 4B 0 64 46 2 156 63 31
Octal 371 1 113 0 144 106 2 526 143 61
Binary 11111001 1 1001011 0 1100100 1000110 10 101010110 1100011 110001

Color Harmonies of #F9014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9014B

Black with #F9014B

Text Example


Text Example

White with #F9014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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