#F2944F

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

Shades of Sea Buckthorn #F2944F

Tints of Sea Buckthorn #F2944F

Color information

#F2944F (or 0xF2944F) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 94 and 4F. RGB value is (242,148,79). Sum of RGB (Red+Green+Blue) = 242+148+79=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2944F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2944F is #0D6BB0. Grayscale: #A8A8A8. Windows color (decimal): -879537 or 5215474. OLE color: 5215474.

HSL color Cylindrical-coordinate representation of color #F2944F: hue angle of 25.4º 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 #F2944F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24214879-
CMYK00.390.670.05
HSL25.4º86.24%62.94%-
HSV(B)25.4º67.36%94.9%-
XYZ48.6240.6212.68-
YUV168.2477.64180.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 79 (31.25% from 255) = 16.84%
R=51.60%
G=31.56%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421487900.390.670.0525.486.2462.94
HexF2944F02743519563f
Octal36222411704710353112677
Binary1111001010010100100111101001111000011101110011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2944F; }

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

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

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

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

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

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

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

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