#FB9046

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

Shades of Sea Buckthorn #FB9046

Tints of Sea Buckthorn #FB9046

Color information

#FB9046 (or 0xFB9046) is unknown color: approx Sea Buckthorn. HEX triplet: FB, 90 and 46. RGB value is (251,144,70). Sum of RGB (Red+Green+Blue) = 251+144+70=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9046 is #046FB9. Grayscale: #A7A7A7. Windows color (decimal): -290746 or 4624635. OLE color: 4624635.

HSL color Cylindrical-coordinate representation of color #FB9046: hue angle of 24.53º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB9046 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25114470-
CMYK00.430.720.02
HSL24.53º95.77%62.94%-
HSV(B)24.53º72.11%98.43%-
XYZ50.8640.911.01-
YUV167.5672.95187.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.98%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 70 (27.73% from 255) = 15.05%
R=53.98%
G=30.97%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511447000.430.720.0224.5395.7762.94
HexFB904602B48219603f
Octal37322010605311023114077
Binary111110111001000010001100101011100100010110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9046; }

 p { color: rgb(251,144,70); }

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

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

 a { background-color: rgb(251,144,70); }

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

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

 span { border-color: rgb(251,144,70); }

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