#FF8C44

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

Shades of Sea Buckthorn #FF8C44

Tints of Sea Buckthorn #FF8C44

Color information

#FF8C44 (or 0xFF8C44) is unknown color: approx Sea Buckthorn. HEX triplet: FF, 8C and 44. RGB value is (255,140,68). Sum of RGB (Red+Green+Blue) = 255+140+68=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C44 is #0073BB. Grayscale: #A6A6A6. Windows color (decimal): -29628 or 4492543. OLE color: 4492543.

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

Color convert

RGB25514068-
CMYK00.450.730
HSL23.1º100%63.33%-
HSV(B)23.1º73.33%100%-
XYZ51.6640.4310.55-
YUV166.1872.6191.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 68 (26.95% from 255) = 14.69%
R=55.08%
G=30.24%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551406800.450.73023.110063.33
HexFF8C4402D49017643f
Octal37721410405511102714477
Binary11111111100011001000100010110110010010101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C44; }

 p { color: rgb(255,140,68); }

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

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

 a { background-color: rgb(255,140,68); }

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

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

 span { border-color: rgb(255,140,68); }

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