Html Css Color HEX #F90900 Red

📋 copy color: '#F90900'

red 249 ◦ green 9 ◦ blue 0

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

Shades of Red #F90900

Tints of Red #F90900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.51%
G = 3.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F90900 (or 0xF90900) is known color: Red. HEX triplet: F9, 09 and 00. RGB value is (249,9,0). Sum of RGB (Red+Green+Blue) = 249+9+0=258 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.51% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 249 - color contains mainly: red. Hex color #F90900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90900 is #06F6FF. Grayscale: #505050. Windows color (decimal): -456448 or 2553. OLE color: 2553.

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

Color convert

RGB 249 9 0 -
CMYK 0 0.96 1 0.02
HSL 2.17º 1% 0.49% -
HSV(B) 2.17º 1% 0.98% -
XYZ 39.16 20.34 1.86 -
YUV 79.73 83.01 248.73 -
System Red Green Blue C M Y K H S L
Decimal 249 9 0 0 0.96 1 0.02 2.17 1 0.49
Hex F9 9 0 0 60 64 2 2 64 31
Octal 371 11 0 0 140 144 2 2 144 61
Binary 11111001 1001 0 0 1100000 1100100 10 10 1100100 110001

Color Harmonies of #F90900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90900

Black with #F90900

Text Example


Text Example

White with #F90900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90900; }

 p { color: rgb(249,9,0); }

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

background-color css

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

 a { background-color: rgb(249,9,0); }

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

border-color css

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

 span { border-color: rgb(249,9,0); }

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