Html Css Color HEX #F90B2F Torch Red

📋 copy color: '#F90B2F'

red 249 ◦ green 11 ◦ blue 47

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

Shades of Torch Red #F90B2F

Tints of Torch Red #F90B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 81.11%
G = 3.58%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F90B2F (or 0xF90B2F) is known color: Torch Red. HEX triplet: F9, 0B and 2F. RGB value is (249,11,47). Sum of RGB (Red+Green+Blue) = 249+11+47=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B2F is #06F4D0. Grayscale: #565656. Windows color (decimal): -455889 or 3083257. OLE color: 3083257.

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

Color convert

RGB 249 11 47 -
CMYK 0 0.96 0.81 0.02
HSL 350.92º 0.95% 0.51% -
HSV(B) 350.92º 0.96% 0.98% -
XYZ 39.7 20.58 4.57 -
YUV 86.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 249 11 47 0 0.96 0.81 0.02 350.92 0.95 0.51
Hex F9 B 2F 0 60 51 2 15F 5F 33
Octal 371 13 57 0 140 121 2 537 137 63
Binary 11111001 1011 101111 0 1100000 1010001 10 101011111 1011111 110011

Color Harmonies of #F90B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B2F

Black with #F90B2F

Text Example


Text Example

White with #F90B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B2F; }

 p { color: rgb(249,11,47); }

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

background-color css

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

 a { background-color: rgb(249,11,47); }

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

border-color css

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

 span { border-color: rgb(249,11,47); }

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