#F2954F

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

Shades of Sea Buckthorn #F2954F

Tints of Sea Buckthorn #F2954F

Color information

#F2954F (or 0xF2954F) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 95 and 4F. RGB value is (242,149,79). Sum of RGB (Red+Green+Blue) = 242+149+79=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2954F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2954F is #0D6AB0. Grayscale: #A9A9A9. Windows color (decimal): -879281 or 5215730. OLE color: 5215730.

HSL color Cylindrical-coordinate representation of color #F2954F: hue angle of 25.77º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2954F is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24214979-
CMYK00.380.670.05
HSL25.77º86.24%62.94%-
HSV(B)25.77º67.36%94.9%-
XYZ48.7840.9412.73-
YUV168.8377.31180.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 79 (31.25% from 255) = 16.81%
R=51.49%
G=31.70%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421497900.380.670.0525.7786.2462.94
HexF2954F0264351a563f
Octal36222511704610353212677
Binary1111001010010101100111101001101000011101110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2954F; }

 p { color: rgb(242,149,79); }

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

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

 a { background-color: rgb(242,149,79); }

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

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

 span { border-color: rgb(242,149,79); }

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