#F28765

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

Shades of Crusta #F28765

Tints of Crusta #F28765

Color information

#F28765 (or 0xF28765) is unknown color: approx Crusta. HEX triplet: F2, 87 and 65. RGB value is (242,135,101). Sum of RGB (Red+Green+Blue) = 242+135+101=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F28765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28765 is #0D789A. Grayscale: #A3A3A3. Windows color (decimal): -882843 or 6653938. OLE color: 6653938.

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

Color convert

RGB242135101-
CMYK00.440.580.05
HSL14.47º84.43%67.25%-
HSV(B)14.47º58.26%94.9%-
XYZ47.6337.1416.97-
YUV163.1292.95184.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=50.63%
G=28.24%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213510100.440.580.0514.4784.4367.25
HexF2876502C3A5e5443
Octal36220714505472516124103
Binary111100101000011111001010101100111010101111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28765; }

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

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

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

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

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

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

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

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