#FC0B09

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

Shades of Red #FC0B09

Tints of Red #FC0B09

Color information

#FC0B09 (or 0xFC0B09) is unknown color: approx Red. HEX triplet: FC, 0B and 09. RGB value is (252,11,9). Sum of RGB (Red+Green+Blue) = 252+11+9=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0B09 is #03F4F6. Grayscale: #535353. Windows color (decimal): -259319 or 592892. OLE color: 592892.

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

Color convert

RGB252119-
CMYK00.960.960.01
HSL0.49º97.59%51.18%-
HSV(B)0.49º96.43%98.82%-
XYZ40.3120.952.18-
YUV82.8386.34248.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 92.65%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=92.65%
G=4.04%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211900.960.960.010.4997.5951.18
HexFCB906060106233
Octal374131101401401014263
Binary1111110010111001011000001100000101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0B09; }

 p { color: rgb(252,11,9); }

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

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

 a { background-color: rgb(252,11,9); }

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

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

 span { border-color: rgb(252,11,9); }

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