Html Css Color HEX #F90A29 Torch Red

📋 copy color: '#F90A29'

red 249 ◦ green 10 ◦ blue 41

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

Shades of Torch Red #F90A29

Tints of Torch Red #F90A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 83%
G = 3.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F90A29 (or 0xF90A29) is known color: Torch Red. HEX triplet: F9, 0A and 29. RGB value is (249,10,41). Sum of RGB (Red+Green+Blue) = 249+10+41=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A29 is #06F5D6. Grayscale: #555555. Windows color (decimal): -456151 or 2689785. OLE color: 2689785.

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

Color convert

RGB 249 10 41 -
CMYK 0 0.96 0.84 0.02
HSL 352.22º 0.95% 0.51% -
HSV(B) 352.22º 0.96% 0.98% -
XYZ 39.58 20.52 3.97 -
YUV 85 103.18 244.98 -
System Red Green Blue C M Y K H S L
Decimal 249 10 41 0 0.96 0.84 0.02 352.22 0.95 0.51
Hex F9 A 29 0 60 54 2 160 5F 33
Octal 371 12 51 0 140 124 2 540 137 63
Binary 11111001 1010 101001 0 1100000 1010100 10 101100000 1011111 110011

Color Harmonies of #F90A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A29

Black with #F90A29

Text Example


Text Example

White with #F90A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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