#F28F4A

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

Shades of Sea Buckthorn #F28F4A

Tints of Sea Buckthorn #F28F4A

Color information

#F28F4A (or 0xF28F4A) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 8F and 4A. RGB value is (242,143,74). Sum of RGB (Red+Green+Blue) = 242+143+74=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F4A is #0D70B5. Grayscale: #A5A5A5. Windows color (decimal): -880822 or 4886514. OLE color: 4886514.

HSL color Cylindrical-coordinate representation of color #F28F4A: hue angle of 24.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F28F4A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24214374-
CMYK00.410.690.05
HSL24.64º86.6%61.96%-
HSV(B)24.64º69.42%94.9%-
XYZ47.6839.0211.5-
YUV164.7476.8183.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=52.72%
G=31.15%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421437400.410.690.0524.6486.661.96
HexF28F4A02945519573e
Octal36221711205110553112776
Binary1111001010001111100101001010011000101101110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F4A; }

 p { color: rgb(242,143,74); }

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

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

 a { background-color: rgb(242,143,74); }

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

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

 span { border-color: rgb(242,143,74); }

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