Html Css Color HEX #FA8557 Crusta

📋 copy color: '#FA8557'

red 250 ◦ green 133 ◦ blue 87

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

Shades of Crusta #FA8557

Tints of Crusta #FA8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

 BLUE value IS 87 (34.38% from 255) = 18.51%

R = 53.19%
G = 28.3%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA8557 (or 0xFA8557) is known color: Crusta. HEX triplet: FA, 85 and 57. RGB value is (250,133,87). Sum of RGB (Red+Green+Blue) = 250+133+87=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8557 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8557 is #057AA8. Grayscale: #A3A3A3. Windows color (decimal): -359081 or 5735930. OLE color: 5735930.

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

Color convert

RGB 250 133 87 -
CMYK 0 0.47 0.65 0.02
HSL 16.93º 0.94% 0.66% -
HSV(B) 16.93º 0.65% 0.98% -
XYZ 49.53 37.79 13.7 -
YUV 162.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 250 133 87 0 0.47 0.65 0.02 16.93 0.94 0.66
Hex FA 85 57 0 2F 41 2 11 5E 42
Octal 372 205 127 0 57 101 2 21 136 102
Binary 11111010 10000101 1010111 0 101111 1000001 10 10001 1011110 1000010

Color Harmonies of #FA8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8557

Black with #FA8557

Text Example


Text Example

White with #FA8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8557; }

 p { color: rgb(250,133,87); }

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

background-color css

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

 a { background-color: rgb(250,133,87); }

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

border-color css

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

 span { border-color: rgb(250,133,87); }

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