#FA9151

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

Shades of Crusta #FA9151

Tints of Crusta #FA9151

Color information

#FA9151 (or 0xFA9151) is unknown color: approx Crusta. HEX triplet: FA, 91 and 51. RGB value is (250,145,81). Sum of RGB (Red+Green+Blue) = 250+145+81=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9151 is #056EAE. Grayscale: #A9A9A9. Windows color (decimal): -356015 or 5345786. OLE color: 5345786.

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

Color convert

RGB25014581-
CMYK00.420.680.02
HSL22.72º94.41%64.9%-
HSV(B)22.72º67.6%98.04%-
XYZ51.0341.1713.04-
YUV169.178.29185.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.52%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 81 (32.03% from 255) = 17.02%
R=52.52%
G=30.46%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501458100.420.680.0222.7294.4164.9
HexFA915102A442175e41
Octal372221121052104227136101
Binary1111101010010001101000101010101000100101011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9151; }

 p { color: rgb(250,145,81); }

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

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

 a { background-color: rgb(250,145,81); }

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

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

 span { border-color: rgb(250,145,81); }

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