#F28A65

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

Shades of Crusta #F28A65

Tints of Crusta #F28A65

Color information

#F28A65 (or 0xF28A65) is unknown color: approx Crusta. HEX triplet: F2, 8A and 65. RGB value is (242,138,101). Sum of RGB (Red+Green+Blue) = 242+138+101=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A65 is #0D759A. Grayscale: #A5A5A5. Windows color (decimal): -882075 or 6654706. OLE color: 6654706.

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

Color convert

RGB242138101-
CMYK00.430.580.05
HSL15.74º84.43%67.25%-
HSV(B)15.74º58.26%94.9%-
XYZ48.0637.9917.11-
YUV164.8891.96183.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=50.31%
G=28.69%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213810100.430.580.0515.7484.4367.25
HexF28A6502B3A5105443
Octal36221214505372520124103
Binary1111001010001010110010101010111110101011000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A65; }

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

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

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

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

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

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

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

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