Html Css Color HEX #F90B2A Torch Red

📋 copy color: '#F90B2A'

red 249 ◦ green 11 ◦ blue 42

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

Shades of Torch Red #F90B2A

Tints of Torch Red #F90B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 82.45%
G = 3.64%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F90B2A (or 0xF90B2A) is known color: Torch Red. HEX triplet: F9, 0B and 2A. RGB value is (249,11,42). Sum of RGB (Red+Green+Blue) = 249+11+42=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B2A is #06F4D5. Grayscale: #555555. Windows color (decimal): -455894 or 2755577. OLE color: 2755577.

HSL color Cylindrical-coordinate representation of color #F90B2A: hue angle of 352.18º 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 #F90B2A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 11 42 -
CMYK 0 0.96 0.83 0.02
HSL 352.18º 0.95% 0.51% -
HSV(B) 352.18º 0.96% 0.98% -
XYZ 39.6 20.55 4.07 -
YUV 85.7 103.35 244.48 -
System Red Green Blue C M Y K H S L
Decimal 249 11 42 0 0.96 0.83 0.02 352.18 0.95 0.51
Hex F9 B 2A 0 60 53 2 160 5F 33
Octal 371 13 52 0 140 123 2 540 137 63
Binary 11111001 1011 101010 0 1100000 1010011 10 101100000 1011111 110011

Color Harmonies of #F90B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B2A

Black with #F90B2A

Text Example


Text Example

White with #F90B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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