Html Css Color HEX #F90308 Torch Red

📋 copy color: '#F90308'

red 249 ◦ green 3 ◦ blue 8

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

Shades of Torch Red #F90308

Tints of Torch Red #F90308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 95.77%
G = 1.15%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F90308 (or 0xF90308) is known color: Torch Red. HEX triplet: F9, 03 and 08. RGB value is (249,3,8). Sum of RGB (Red+Green+Blue) = 249+3+8=260 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.77% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 249 - color contains mainly: red. Hex color #F90308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90308 is #06FCF7. Grayscale: #4D4D4D. Windows color (decimal): -457976 or 525305. OLE color: 525305.

HSL color Cylindrical-coordinate representation of color #F90308: hue angle of 358.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90308 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 3 8 -
CMYK 0 0.99 0.97 0.02
HSL 358.78º 0.98% 0.49% -
HSV(B) 358.78º 0.99% 0.98% -
XYZ 39.14 20.22 2.07 -
YUV 77.12 89 250.59 -
System Red Green Blue C M Y K H S L
Decimal 249 3 8 0 0.99 0.97 0.02 358.78 0.98 0.49
Hex F9 3 8 0 63 61 2 167 62 31
Octal 371 3 10 0 143 141 2 547 142 61
Binary 11111001 11 1000 0 1100011 1100001 10 101100111 1100010 110001

Color Harmonies of #F90308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90308

Black with #F90308

Text Example


Text Example

White with #F90308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90308; }

 p { color: rgb(249,3,8); }

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

background-color css

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

 a { background-color: rgb(249,3,8); }

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

border-color css

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

 span { border-color: rgb(249,3,8); }

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