Html Css Color HEX #FA8960 Crusta

📋 copy color: '#FA8960'

red 250 ◦ green 137 ◦ blue 96

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

Shades of Crusta #FA8960

Tints of Crusta #FA8960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

 BLUE value IS 96 (37.89% from 255) = 19.88%

R = 51.76%
G = 28.36%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA8960 (or 0xFA8960) is known color: Crusta. HEX triplet: FA, 89 and 60. RGB value is (250,137,96). Sum of RGB (Red+Green+Blue) = 250+137+96=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8960 is #05769F. Grayscale: #A6A6A6. Windows color (decimal): -358048 or 6326778. OLE color: 6326778.

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

Color convert

RGB 250 137 96 -
CMYK 0 0.45 0.62 0.02
HSL 15.97º 0.94% 0.68% -
HSV(B) 15.97º 0.62% 0.98% -
XYZ 50.48 39.06 15.94 -
YUV 166.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 250 137 96 0 0.45 0.62 0.02 15.97 0.94 0.68
Hex FA 89 60 0 2D 3E 2 10 5E 44
Octal 372 211 140 0 55 76 2 20 136 104
Binary 11111010 10001001 1100000 0 101101 111110 10 10000 1011110 1000100

Color Harmonies of #FA8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8960

Black with #FA8960

Text Example


Text Example

White with #FA8960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8960; }

 p { color: rgb(250,137,96); }

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

background-color css

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

 a { background-color: rgb(250,137,96); }

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

border-color css

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

 span { border-color: rgb(250,137,96); }

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