Html Css Color HEX #F90A2E Torch Red

📋 copy color: '#F90A2E'

red 249 ◦ green 10 ◦ blue 46

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

Shades of Torch Red #F90A2E

Tints of Torch Red #F90A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 81.64%
G = 3.28%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F90A2E (or 0xF90A2E) is known color: Torch Red. HEX triplet: F9, 0A and 2E. RGB value is (249,10,46). Sum of RGB (Red+Green+Blue) = 249+10+46=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A2E is #06F5D1. Grayscale: #555555. Windows color (decimal): -456146 or 3017465. OLE color: 3017465.

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

Color convert

RGB 249 10 46 -
CMYK 0 0.96 0.82 0.02
HSL 350.96º 0.95% 0.51% -
HSV(B) 350.96º 0.96% 0.98% -
XYZ 39.67 20.55 4.46 -
YUV 85.57 105.68 244.57 -
System Red Green Blue C M Y K H S L
Decimal 249 10 46 0 0.96 0.82 0.02 350.96 0.95 0.51
Hex F9 A 2E 0 60 52 2 15F 5F 33
Octal 371 12 56 0 140 122 2 537 137 63
Binary 11111001 1010 101110 0 1100000 1010010 10 101011111 1011111 110011

Color Harmonies of #F90A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A2E

Black with #F90A2E

Text Example


Text Example

White with #F90A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A2E; }

 p { color: rgb(249,10,46); }

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

background-color css

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

 a { background-color: rgb(249,10,46); }

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

border-color css

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

 span { border-color: rgb(249,10,46); }

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