Html Css Color HEX #F90A00 Red

📋 copy color: '#F90A00'

red 249 ◦ green 10 ◦ blue 0

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

Shades of Red #F90A00

Tints of Red #F90A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

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

R = 96.14%
G = 3.86%
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

#F90A00 (or 0xF90A00) is known color: Red. HEX triplet: F9, 0A and 00. RGB value is (249,10,0). Sum of RGB (Red+Green+Blue) = 249+10+0=259 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.14% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A00 is #06F5FF. Grayscale: #505050. Windows color (decimal): -456192 or 2809. OLE color: 2809.

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

Color convert

RGB 249 10 0 -
CMYK 0 0.96 1 0.02
HSL 2.41º 1% 0.49% -
HSV(B) 2.41º 1% 0.98% -
XYZ 39.18 20.36 1.86 -
YUV 80.32 82.68 248.31 -
System Red Green Blue C M Y K H S L
Decimal 249 10 0 0 0.96 1 0.02 2.41 1 0.49
Hex F9 A 0 0 60 64 2 2 64 31
Octal 371 12 0 0 140 144 2 2 144 61
Binary 11111001 1010 0 0 1100000 1100100 10 10 1100100 110001

Color Harmonies of #F90A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A00

Black with #F90A00

Text Example


Text Example

White with #F90A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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