Html Css Color HEX #FA8656 Crusta

📋 copy color: '#FA8656'

red 250 ◦ green 134 ◦ blue 86

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

Shades of Crusta #FA8656

Tints of Crusta #FA8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.51%

 BLUE value IS 86 (33.98% from 255) = 18.3%

R = 53.19%
G = 28.51%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA8656 (or 0xFA8656) is known color: Crusta. HEX triplet: FA, 86 and 56. RGB value is (250,134,86). Sum of RGB (Red+Green+Blue) = 250+134+86=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8656 is #0579A9. Grayscale: #A3A3A3. Windows color (decimal): -358826 or 5670650. OLE color: 5670650.

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

Color convert

RGB 250 134 86 -
CMYK 0 0.46 0.66 0.02
HSL 17.56º 0.94% 0.66% -
HSV(B) 17.56º 0.66% 0.98% -
XYZ 49.63 38.05 13.53 -
YUV 163.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 250 134 86 0 0.46 0.66 0.02 17.56 0.94 0.66
Hex FA 86 56 0 2E 42 2 12 5E 42
Octal 372 206 126 0 56 102 2 22 136 102
Binary 11111010 10000110 1010110 0 101110 1000010 10 10010 1011110 1000010

Color Harmonies of #FA8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8656

Black with #FA8656

Text Example


Text Example

White with #FA8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8656; }

 p { color: rgb(250,134,86); }

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

background-color css

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

 a { background-color: rgb(250,134,86); }

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

border-color css

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

 span { border-color: rgb(250,134,86); }

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