#FB3C19

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

Shades of Orange Red #FB3C19

Tints of Orange Red #FB3C19

Color information

#FB3C19 (or 0xFB3C19) is unknown color: approx Orange Red. HEX triplet: FB, 3C and 19. RGB value is (251,60,25). Sum of RGB (Red+Green+Blue) = 251+60+25=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C19 is #04C3E6. Grayscale: #717171. Windows color (decimal): -312295 or 1654011. OLE color: 1654011.

HSL color Cylindrical-coordinate representation of color #FB3C19: hue angle of 9.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB3C19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2516025-
CMYK00.760.900.02
HSL9.29º96.58%54.12%-
HSV(B)9.29º90.04%98.43%-
XYZ41.5723.813.32-
YUV113.1278.28226.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 74.70%
GREEN value IS 60 (23.83% from 255) = 17.86%
BLUE value IS 25 (10.16% from 255) = 7.44%
R=74.70%
G=17.86%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251602500.760.900.029.2996.5854.12
HexFB3C1904C5A296136
Octal3737431011413221114166
Binary11111011111100110010100110010110101010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3C19; }

 p { color: rgb(251,60,25); }

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

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

 a { background-color: rgb(251,60,25); }

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

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

 span { border-color: rgb(251,60,25); }

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