Html Css Color HEX #FA8B60 Crusta

📋 copy color: '#FA8B60'

red 250 ◦ green 139 ◦ blue 96

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

Shades of Crusta #FA8B60

Tints of Crusta #FA8B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

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

R = 51.55%
G = 28.66%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA8B60 (or 0xFA8B60) is known color: Crusta. HEX triplet: FA, 8B and 60. RGB value is (250,139,96). Sum of RGB (Red+Green+Blue) = 250+139+96=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8B60 is #05749F. Grayscale: #A7A7A7. Windows color (decimal): -357536 or 6327290. OLE color: 6327290.

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

Color convert

RGB 250 139 96 -
CMYK 0 0.44 0.62 0.02
HSL 16.75º 0.94% 0.68% -
HSV(B) 16.75º 0.62% 0.98% -
XYZ 50.77 39.63 16.04 -
YUV 167.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 250 139 96 0 0.44 0.62 0.02 16.75 0.94 0.68
Hex FA 8B 60 0 2C 3E 2 11 5E 44
Octal 372 213 140 0 54 76 2 21 136 104
Binary 11111010 10001011 1100000 0 101100 111110 10 10001 1011110 1000100

Color Harmonies of #FA8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B60

Black with #FA8B60

Text Example


Text Example

White with #FA8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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