#F0974C

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

Shades of Sea Buckthorn #F0974C

Tints of Sea Buckthorn #F0974C

Color information

#F0974C (or 0xF0974C) is unknown color: approx Sea Buckthorn. HEX triplet: F0, 97 and 4C. RGB value is (240,151,76). Sum of RGB (Red+Green+Blue) = 240+151+76=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0974C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0974C is #0F68B3. Grayscale: #A9A9A9. Windows color (decimal): -1009844 or 5019632. OLE color: 5019632.

HSL color Cylindrical-coordinate representation of color #F0974C: hue angle of 27.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0974C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24015176-
CMYK00.370.680.06
HSL27.44º84.54%61.96%-
HSV(B)27.44º68.33%94.12%-
XYZ48.3141.1812.24-
YUV169.0675.49178.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 76 (30.08% from 255) = 16.27%
R=51.39%
G=32.33%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401517600.370.680.0627.4484.5461.96
HexF0974C0254461b553e
Octal36022711404510463312576
Binary1111000010010111100110001001011000100110110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0974C; }

 p { color: rgb(240,151,76); }

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

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

 a { background-color: rgb(240,151,76); }

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

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

 span { border-color: rgb(240,151,76); }

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