#F8944B

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

Shades of Sea Buckthorn #F8944B

Tints of Sea Buckthorn #F8944B

Color information

#F8944B (or 0xF8944B) is unknown color: approx Sea Buckthorn. HEX triplet: F8, 94 and 4B. RGB value is (248,148,75). Sum of RGB (Red+Green+Blue) = 248+148+75=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8944B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8944B is #076BB4. Grayscale: #A9A9A9. Windows color (decimal): -486325 or 4953336. OLE color: 4953336.

HSL color Cylindrical-coordinate representation of color #F8944B: hue angle of 25.32º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8944B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24814875-
CMYK00.400.700.03
HSL25.32º92.51%63.33%-
HSV(B)25.32º69.76%97.25%-
XYZ50.5741.6412.03-
YUV169.5874.63183.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.65%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 75 (29.69% from 255) = 15.92%
R=52.65%
G=31.42%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481487500.400.700.0325.3292.5163.33
HexF8944B028463195d3f
Octal37022411305010633113577
Binary111110001001010010010110101000100011011110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8944B; }

 p { color: rgb(248,148,75); }

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

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

 a { background-color: rgb(248,148,75); }

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

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

 span { border-color: rgb(248,148,75); }

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