#F88251

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

Shades of Crusta #F88251

Tints of Crusta #F88251

Color information

#F88251 (or 0xF88251) is unknown color: approx Crusta. HEX triplet: F8, 82 and 51. RGB value is (248,130,81). Sum of RGB (Red+Green+Blue) = 248+130+81=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F88251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88251 is #077DAE. Grayscale: #A0A0A0. Windows color (decimal): -490927 or 5341944. OLE color: 5341944.

HSL color Cylindrical-coordinate representation of color #F88251: hue angle of 17.6º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F88251 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB24813081-
CMYK00.480.670.03
HSL17.6º92.27%64.51%-
HSV(B)17.6º67.34%97.25%-
XYZ48.1836.5212.29-
YUV159.783.59190.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.03%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 81 (32.03% from 255) = 17.65%
R=54.03%
G=28.32%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481308100.480.670.0317.692.2764.51
HexF88251030433125c41
Octal370202121060103322134101
Binary1111100010000010101000101100001000011111001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88251; }

 p { color: rgb(248,130,81); }

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

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

 a { background-color: rgb(248,130,81); }

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

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

 span { border-color: rgb(248,130,81); }

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