Html Css Color HEX #F90B01 Red

📋 copy color: '#F90B01'

red 249 ◦ green 11 ◦ blue 1

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

Shades of Red #F90B01

Tints of Red #F90B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.21%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 95.4%
G = 4.21%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F90B01 (or 0xF90B01) is known color: Red. HEX triplet: F9, 0B and 01. RGB value is (249,11,1). Sum of RGB (Red+Green+Blue) = 249+11+1=261 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.40% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90B01 is #06F4FE. Grayscale: #515151. Windows color (decimal): -455935 or 68601. OLE color: 68601.

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

Color convert

RGB 249 11 1 -
CMYK 0 0.96 1.00 0.02
HSL 2.42º 0.99% 0.49% -
HSV(B) 2.42º 1% 0.98% -
XYZ 39.19 20.38 1.9 -
YUV 81.02 82.85 247.81 -
System Red Green Blue C M Y K H S L
Decimal 249 11 1 0 0.96 1.00 0.02 2.42 0.99 0.49
Hex F9 B 1 0 60 64 2 2 63 31
Octal 371 13 1 0 140 144 2 2 143 61
Binary 11111001 1011 1 0 1100000 1100100 10 10 1100011 110001

Color Harmonies of #F90B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B01

Black with #F90B01

Text Example


Text Example

White with #F90B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B01; }

 p { color: rgb(249,11,1); }

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

background-color css

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

 a { background-color: rgb(249,11,1); }

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

border-color css

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

 span { border-color: rgb(249,11,1); }

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