Html Css Color HEX #F90F00 Red

📋 copy color: '#F90F00'

red 249 ◦ green 15 ◦ blue 0

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

Shades of Red #F90F00

Tints of Red #F90F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

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

R = 94.32%
G = 5.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F90F00 (or 0xF90F00) is known color: Red. HEX triplet: F9, 0F and 00. RGB value is (249,15,0). Sum of RGB (Red+Green+Blue) = 249+15+0=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F00 is #06F0FF. Grayscale: #535353. Windows color (decimal): -454912 or 4089. OLE color: 4089.

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

Color convert

RGB 249 15 0 -
CMYK 0 0.94 1 0.02
HSL 3.61º 1% 0.49% -
HSV(B) 3.61º 1% 0.98% -
XYZ 39.24 20.48 1.89 -
YUV 83.26 81.02 246.22 -
System Red Green Blue C M Y K H S L
Decimal 249 15 0 0 0.94 1 0.02 3.61 1 0.49
Hex F9 F 0 0 5E 64 2 4 64 31
Octal 371 17 0 0 136 144 2 4 144 61
Binary 11111001 1111 0 0 1011110 1100100 10 100 1100100 110001

Color Harmonies of #F90F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90F00

Black with #F90F00

Text Example


Text Example

White with #F90F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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