#F90C00

Color #F90C00 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #F90C00

Tints of Red #F90C00

Color information

#F90C00 (or 0xF90C00) is unknown color: approx Red. HEX triplet: F9, 0C and 00. RGB value is (249,12,0). Sum of RGB (Red+Green+Blue) = 249+12+0=261 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.40% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90C00 is #06F3FF. Grayscale: #515151. Windows color (decimal): -455680 or 3321. OLE color: 3321.

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

Color convert

RGB249120-
CMYK00.9510.02
HSL2.89º100%48.82%-
HSV(B)2.89º100%97.65%-
XYZ39.220.41.87-
YUV81.4982.02247.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 95.40%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.40%
G=4.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912000.9510.022.8910048.82
HexF9C005F64236431
Octal37114001371442314461
Binary111110011100001011111110010010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90C00; }

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

 H1.HeaderClassName
 {
   color: #F90C00;
 }
 .AnyTagClassName
 {
   color: #F90C00;
 }
</style>
background-color css

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

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

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

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

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

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