#F28D4B

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

Shades of Sea Buckthorn #F28D4B

Tints of Sea Buckthorn #F28D4B

Color information

#F28D4B (or 0xF28D4B) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 8D and 4B. RGB value is (242,141,75). Sum of RGB (Red+Green+Blue) = 242+141+75=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D4B is #0D72B4. Grayscale: #A4A4A4. Windows color (decimal): -881333 or 4951538. OLE color: 4951538.

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

Color convert

RGB24214175-
CMYK00.420.690.05
HSL23.71º86.53%62.16%-
HSV(B)23.71º69.01%94.9%-
XYZ47.4138.4411.58-
YUV163.6877.96183.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 75 (29.69% from 255) = 16.38%
R=52.84%
G=30.79%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421417500.420.690.0523.7186.5362.16
HexF28D4B02A45518573e
Octal36221511305210553012776
Binary1111001010001101100101101010101000101101110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28D4B; }

 p { color: rgb(242,141,75); }

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

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

 a { background-color: rgb(242,141,75); }

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

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

 span { border-color: rgb(242,141,75); }

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