#F28A4D

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

Shades of Crusta #F28A4D

Tints of Crusta #F28A4D

Color information

#F28A4D (or 0xF28A4D) is unknown color: approx Crusta. HEX triplet: F2, 8A and 4D. RGB value is (242,138,77). Sum of RGB (Red+Green+Blue) = 242+138+77=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A4D is #0D75B2. Grayscale: #A2A2A2. Windows color (decimal): -882099 or 5081842. OLE color: 5081842.

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

Color convert

RGB24213877-
CMYK00.430.680.05
HSL22.18º86.39%62.55%-
HSV(B)22.18º68.18%94.9%-
XYZ47.0537.5911.8-
YUV162.1479.96184.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=52.95%
G=30.20%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421387700.430.680.0522.1886.3962.55
HexF28A4D02B44516563f
Octal36221211505310452612677
Binary1111001010001010100110101010111000100101101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A4D; }

 p { color: rgb(242,138,77); }

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

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

 a { background-color: rgb(242,138,77); }

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

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

 span { border-color: rgb(242,138,77); }

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