#F88462

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

Shades of Crusta #F88462

Tints of Crusta #F88462

Color information

#F88462 (or 0xF88462) is unknown color: approx Crusta. HEX triplet: F8, 84 and 62. RGB value is (248,132,98). Sum of RGB (Red+Green+Blue) = 248+132+98=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F88462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88462 is #077B9D. Grayscale: #A3A3A3. Windows color (decimal): -490398 or 6456568. OLE color: 6456568.

HSL color Cylindrical-coordinate representation of color #F88462: hue angle of 13.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F88462 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24813298-
CMYK00.470.600.03
HSL13.6º91.46%67.84%-
HSV(B)13.6º60.48%97.25%-
XYZ49.1737.3416.17-
YUV162.8191.43188.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.88%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=51.88%
G=27.62%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481329800.470.600.0313.691.4667.84
HexF8846202F3C3e5b44
Octal37020414205774316133104
Binary11111000100001001100010010111111110011111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88462; }

 p { color: rgb(248,132,98); }

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

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

 a { background-color: rgb(248,132,98); }

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

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

 span { border-color: rgb(248,132,98); }

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