#F99153

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

Shades of Crusta #F99153

Tints of Crusta #F99153

Color information

#F99153 (or 0xF99153) is unknown color: approx Crusta. HEX triplet: F9, 91 and 53. RGB value is (249,145,83). Sum of RGB (Red+Green+Blue) = 249+145+83=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F99153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99153 is #066EAC. Grayscale: #A9A9A9. Windows color (decimal): -421549 or 5476857. OLE color: 5476857.

HSL color Cylindrical-coordinate representation of color #F99153: hue angle of 22.41º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F99153 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB24914583-
CMYK00.420.670.02
HSL22.41º93.26%65.1%-
HSV(B)22.41º66.67%97.65%-
XYZ50.7541.0213.43-
YUV169.0379.46185.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 83 (32.81% from 255) = 17.40%
R=52.20%
G=30.40%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491458300.420.670.0222.4193.2665.1
HexF9915302A432165d41
Octal371221123052103226135101
Binary1111100110010001101001101010101000011101011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99153; }

 p { color: rgb(249,145,83); }

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

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

 a { background-color: rgb(249,145,83); }

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

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

 span { border-color: rgb(249,145,83); }

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