#F28F4B

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

Shades of Sea Buckthorn #F28F4B

Tints of Sea Buckthorn #F28F4B

Color information

#F28F4B (or 0xF28F4B) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 8F and 4B. RGB value is (242,143,75). Sum of RGB (Red+Green+Blue) = 242+143+75=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F4B is #0D70B4. Grayscale: #A5A5A5. Windows color (decimal): -880821 or 4952050. OLE color: 4952050.

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

Color convert

RGB24214375-
CMYK00.410.690.05
HSL24.43º86.53%62.16%-
HSV(B)24.43º69.01%94.9%-
XYZ47.7139.0311.68-
YUV164.8577.3183.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=52.61%
G=31.09%
B=16.30%

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
Decimal2421437500.410.690.0524.4386.5362.16
HexF28F4B02945518573e
Octal36221711305110553012776
Binary1111001010001111100101101010011000101101110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F4B; }

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

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

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

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

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

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

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

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