Html Css Color HEX #FA8360 Crusta

📋 copy color: '#FA8360'

red 250 ◦ green 131 ◦ blue 96

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

Shades of Crusta #FA8360

Tints of Crusta #FA8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

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

R = 52.41%
G = 27.46%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA8360 (or 0xFA8360) is known color: Crusta. HEX triplet: FA, 83 and 60. RGB value is (250,131,96). Sum of RGB (Red+Green+Blue) = 250+131+96=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8360 is #057C9F. Grayscale: #A2A2A2. Windows color (decimal): -359584 or 6325242. OLE color: 6325242.

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

Color convert

RGB 250 131 96 -
CMYK 0 0.48 0.62 0.02
HSL 13.64º 0.94% 0.68% -
HSV(B) 13.64º 0.62% 0.98% -
XYZ 49.65 37.4 15.67 -
YUV 162.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 250 131 96 0 0.48 0.62 0.02 13.64 0.94 0.68
Hex FA 83 60 0 30 3E 2 E 5E 44
Octal 372 203 140 0 60 76 2 16 136 104
Binary 11111010 10000011 1100000 0 110000 111110 10 1110 1011110 1000100

Color Harmonies of #FA8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8360

Black with #FA8360

Text Example


Text Example

White with #FA8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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