#FB370E

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

Shades of Orange Red #FB370E

Tints of Orange Red #FB370E

Color information

#FB370E (or 0xFB370E) is unknown color: approx Orange Red. HEX triplet: FB, 37 and 0E. RGB value is (251,55,14). Sum of RGB (Red+Green+Blue) = 251+55+14=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB370E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB370E is #04C8F1. Grayscale: #6D6D6D. Windows color (decimal): -313586 or 931835. OLE color: 931835.

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

Color convert

RGB2515514-
CMYK00.780.940.02
HSL10.38º96.73%51.96%-
HSV(B)10.38º94.42%98.43%-
XYZ41.2323.272.73-
YUV108.9374.43229.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.44%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 14 (5.86% from 255) = 4.38%
R=78.44%
G=17.19%
B=4.38%

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
Decimal251551400.780.940.0210.3896.7351.96
HexFB37E04E5E2a6134
Octal3736716011613621214164
Binary1111101111011111100100111010111101010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB370E; }

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

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

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

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

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

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

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

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