Html Css Color HEX #F90A27 Torch Red

📋 copy color: '#F90A27'

red 249 ◦ green 10 ◦ blue 39

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

Shades of Torch Red #F90A27

Tints of Torch Red #F90A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 83.56%
G = 3.36%
B = 13.09%

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

#F90A27 (or 0xF90A27) is known color: Torch Red. HEX triplet: F9, 0A and 27. RGB value is (249,10,39). Sum of RGB (Red+Green+Blue) = 249+10+39=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A27 is #06F5D8. Grayscale: #545454. Windows color (decimal): -456153 or 2558713. OLE color: 2558713.

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

Color convert

RGB 249 10 39 -
CMYK 0 0.96 0.84 0.02
HSL 352.72º 0.95% 0.51% -
HSV(B) 352.72º 0.96% 0.98% -
XYZ 39.54 20.5 3.79 -
YUV 84.77 102.18 245.14 -
System Red Green Blue C M Y K H S L
Decimal 249 10 39 0 0.96 0.84 0.02 352.72 0.95 0.51
Hex F9 A 27 0 60 54 2 161 5F 33
Octal 371 12 47 0 140 124 2 541 137 63
Binary 11111001 1010 100111 0 1100000 1010100 10 101100001 1011111 110011

Color Harmonies of #F90A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A27

Black with #F90A27

Text Example


Text Example

White with #F90A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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