Html Css Color HEX #FA8650 Crusta

📋 copy color: '#FA8650'

red 250 ◦ green 134 ◦ blue 80

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

Shades of Crusta #FA8650

Tints of Crusta #FA8650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 53.88%
G = 28.88%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA8650 (or 0xFA8650) is known color: Crusta. HEX triplet: FA, 86 and 50. RGB value is (250,134,80). Sum of RGB (Red+Green+Blue) = 250+134+80=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8650 is #0579AF. Grayscale: #A2A2A2. Windows color (decimal): -358832 or 5277434. OLE color: 5277434.

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

Color convert

RGB 250 134 80 -
CMYK 0 0.46 0.68 0.02
HSL 19.06º 0.94% 0.65% -
HSV(B) 19.06º 0.68% 0.98% -
XYZ 49.4 37.95 12.31 -
YUV 162.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 250 134 80 0 0.46 0.68 0.02 19.06 0.94 0.65
Hex FA 86 50 0 2E 44 2 13 5E 41
Octal 372 206 120 0 56 104 2 23 136 101
Binary 11111010 10000110 1010000 0 101110 1000100 10 10011 1011110 1000001

Color Harmonies of #FA8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8650

Black with #FA8650

Text Example


Text Example

White with #FA8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8650; }

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

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

background-color css

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

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

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

border-color css

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

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

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