#FB360E

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

Shades of Orange Red #FB360E

Tints of Orange Red #FB360E

Color information

#FB360E (or 0xFB360E) is unknown color: approx Orange Red. HEX triplet: FB, 36 and 0E. RGB value is (251,54,14). Sum of RGB (Red+Green+Blue) = 251+54+14=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB360E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB360E is #04C9F1. Grayscale: #6C6C6C. Windows color (decimal): -313842 or 931579. OLE color: 931579.

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

Color convert

RGB2515414-
CMYK00.780.940.02
HSL10.13º96.73%51.96%-
HSV(B)10.13º94.42%98.43%-
XYZ41.1823.182.72-
YUV108.3474.77229.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.68%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 14 (5.86% from 255) = 4.39%
R=78.68%
G=16.93%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251541400.780.940.0210.1396.7351.96
HexFB36E04E5E2a6134
Octal3736616011613621214164
Binary1111101111011011100100111010111101010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB360E; }

 p { color: rgb(251,54,14); }

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

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

 a { background-color: rgb(251,54,14); }

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

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

 span { border-color: rgb(251,54,14); }

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