Html Css Color HEX #FA9259 Crusta

📋 copy color: '#FA9259'

red 250 ◦ green 146 ◦ blue 89

#FA9259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #FA9259

Tints of Crusta #FA9259

RGB

 RED value IS 250 (98.05% from 255) = 51.55%

 GREEN value IS 146 (57.42% from 255) = 30.1%

 BLUE value IS 89 (35.16% from 255) = 18.35%

R = 51.55%
G = 30.1%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA9259 (or 0xFA9259) is known color: Crusta. HEX triplet: FA, 92 and 59. RGB value is (250,146,89). Sum of RGB (Red+Green+Blue) = 250+146+89=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9259 is #056DA6. Grayscale: #AAAAAA. Windows color (decimal): -355751 or 5870330. OLE color: 5870330.

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

Color convert

RGB 250 146 89 -
CMYK 0 0.42 0.64 0.02
HSL 21.24º 0.94% 0.66% -
HSV(B) 21.24º 0.64% 0.98% -
XYZ 51.51 41.6 14.77 -
YUV 170.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 250 146 89 0 0.42 0.64 0.02 21.24 0.94 0.66
Hex FA 92 59 0 2A 40 2 15 5E 42
Octal 372 222 131 0 52 100 2 25 136 102
Binary 11111010 10010010 1011001 0 101010 1000000 10 10101 1011110 1000010

Color Harmonies of #FA9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9259

Black with #FA9259

Text Example


Text Example

White with #FA9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9259; }

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

 H1.HeaderClassName
 {
   color: #FA9259;
 }
 .AnyTagClassName
 {
   color: #FA9259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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