#FE8D45

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

Shades of Sea Buckthorn #FE8D45

Tints of Sea Buckthorn #FE8D45

Color information

#FE8D45 (or 0xFE8D45) is unknown color: approx Sea Buckthorn. HEX triplet: FE, 8D and 45. RGB value is (254,141,69). Sum of RGB (Red+Green+Blue) = 254+141+69=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D45 is #0172BA. Grayscale: #A6A6A6. Windows color (decimal): -94907 or 4558334. OLE color: 4558334.

HSL color Cylindrical-coordinate representation of color #FE8D45: hue angle of 23.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE8D45 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB25414169-
CMYK00.440.730.00
HSL23.35º98.93%63.33%-
HSV(B)23.35º72.83%99.61%-
XYZ51.4740.5510.74-
YUV166.5872.94190.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.74%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=54.74%
G=30.39%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541416900.440.730.0023.3598.9363.33
HexFE8D4502C49017633f
Octal37621510505411102714377
Binary11111110100011011000101010110010010010101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D45; }

 p { color: rgb(254,141,69); }

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

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

 a { background-color: rgb(254,141,69); }

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

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

 span { border-color: rgb(254,141,69); }

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