#FB301E

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

Shades of Red Orange #FB301E

Tints of Red Orange #FB301E

Color information

#FB301E (or 0xFB301E) is unknown color: approx Red Orange. HEX triplet: FB, 30 and 1E. RGB value is (251,48,30). Sum of RGB (Red+Green+Blue) = 251+48+30=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB301E is #04CFE1. Grayscale: #6A6A6A. Windows color (decimal): -315362 or 1978619. OLE color: 1978619.

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

Color convert

RGB2514830-
CMYK00.810.880.02
HSL4.89º96.51%55.1%-
HSV(B)4.89º88.05%98.43%-
XYZ41.0722.723.45-
YUV106.6484.75230.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.29%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=76.29%
G=14.59%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251483000.810.880.024.8996.5155.1
HexFB301E05158256137
Octal373603601211302514167
Binary1111101111000011110010100011011000101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB301E; }

 p { color: rgb(251,48,30); }

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

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

 a { background-color: rgb(251,48,30); }

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

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

 span { border-color: rgb(251,48,30); }

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