#FA9251

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

Shades of Crusta #FA9251

Tints of Crusta #FA9251

Color information

#FA9251 (or 0xFA9251) is unknown color: approx Crusta. HEX triplet: FA, 92 and 51. RGB value is (250,146,81). Sum of RGB (Red+Green+Blue) = 250+146+81=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9251 is #056DAE. Grayscale: #AAAAAA. Windows color (decimal): -355759 or 5346042. OLE color: 5346042.

HSL color Cylindrical-coordinate representation of color #FA9251: hue angle of 23.08º 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 #FA9251 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25014681-
CMYK00.420.680.02
HSL23.08º94.41%64.9%-
HSV(B)23.08º67.6%98.04%-
XYZ51.1941.4813.09-
YUV169.6977.96185.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 81 (32.03% from 255) = 16.98%
R=52.41%
G=30.61%
B=16.98%

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
Decimal2501468100.420.680.0223.0894.4164.9
HexFA925102A442175e41
Octal372222121052104227136101
Binary1111101010010010101000101010101000100101011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9251; }

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

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

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

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

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

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

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

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