Html Css Color HEX #F90E06 Red

📋 copy color: '#F90E06'

red 249 ◦ green 14 ◦ blue 6

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

Shades of Red #F90E06

Tints of Red #F90E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 92.57%
G = 5.2%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90E06 (or 0xF90E06) is known color: Red. HEX triplet: F9, 0E and 06. RGB value is (249,14,6). Sum of RGB (Red+Green+Blue) = 249+14+6=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F90E06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90E06 is #06F1F9. Grayscale: #535353. Windows color (decimal): -455162 or 397049. OLE color: 397049.

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

Color convert

RGB 249 14 6 -
CMYK 0 0.94 0.98 0.02
HSL 1.98º 0.95% 0.5% -
HSV(B) 1.98º 0.98% 0.98% -
XYZ 39.26 20.47 2.05 -
YUV 83.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 249 14 6 0 0.94 0.98 0.02 1.98 0.95 0.5
Hex F9 E 6 0 5E 62 2 2 5F 32
Octal 371 16 6 0 136 142 2 2 137 62
Binary 11111001 1110 110 0 1011110 1100010 10 10 1011111 110010

Color Harmonies of #F90E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90E06

Black with #F90E06

Text Example


Text Example

White with #F90E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90E06; }

 p { color: rgb(249,14,6); }

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

background-color css

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

 a { background-color: rgb(249,14,6); }

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

border-color css

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

 span { border-color: rgb(249,14,6); }

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